diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-05-05 17:05:12 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-05-05 17:05:12 +0300 |
commit | 27f6503eb1a0fedf504559e6f6609a6dff80637f (patch) | |
tree | 7384ccb3242c7cfa4576217504ffa51a9d2d873e | |
parent | 498df1e39122ef7e0d7aa9e11ce54507279d8775 (diff) | |
download | vaadin-framework-27f6503eb1a0fedf504559e6f6609a6dff80637f.tar.gz vaadin-framework-27f6503eb1a0fedf504559e6f6609a6dff80637f.zip |
Fix header and Javadoc issues
Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9
4 files changed, 5 insertions, 5 deletions
diff --git a/client/src/com/vaadin/client/ApplicationConnection.java b/client/src/com/vaadin/client/ApplicationConnection.java index 4858b14223..6dcc2abb44 100644 --- a/client/src/com/vaadin/client/ApplicationConnection.java +++ b/client/src/com/vaadin/client/ApplicationConnection.java @@ -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 diff --git a/client/src/com/vaadin/client/ui/dd/VDragCloneAware.java b/client/src/com/vaadin/client/ui/dd/VDragCloneAware.java index 53bc206588..8c1b17daec 100644 --- a/client/src/com/vaadin/client/ui/dd/VDragCloneAware.java +++ b/client/src/com/vaadin/client/ui/dd/VDragCloneAware.java @@ -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 { diff --git a/server/src/com/vaadin/server/FontAwesome.java b/server/src/com/vaadin/server/FontAwesome.java index d4ad612d45..71a2249dca 100644 --- a/server/src/com/vaadin/server/FontAwesome.java +++ b/server/src/com/vaadin/server/FontAwesome.java @@ -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 diff --git a/server/src/com/vaadin/server/FontIcon.java b/server/src/com/vaadin/server/FontIcon.java index 6b9a55cf20..2ada45084f 100644 --- a/server/src/com/vaadin/server/FontIcon.java +++ b/server/src/com/vaadin/server/FontIcon.java @@ -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 |