Browse Source

Fix header and Javadoc issues

Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9
tags/7.2.0
Teemu Suo-Anttila 10 years ago
parent
commit
27f6503eb1

+ 1
- 1
client/src/com/vaadin/client/ApplicationConnection.java View File

@@ -1,6 +1,6 @@
/*
* Copyright 2000-2014 Vaadin Ltd.
*
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at

+ 2
- 2
client/src/com/vaadin/client/ui/dd/VDragCloneAware.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -22,7 +22,7 @@ import com.google.gwt.dom.client.Element;
* initialization/configuration. Method {@link #initDragImageCopy(Element)}
* allows to change/correct drag image element when element is dragged via DnD.
*
* @since 7.3
* @since 7.2
* @author Vaadin Ltd
*/
public interface VDragCloneAware {

+ 1
- 1
server/src/com/vaadin/server/FontAwesome.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/src/com/vaadin/server/FontIcon.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

Loading…
Cancel
Save