From c3893057d4fb987d57d7c57dd6b94d40a2360e2d Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Mon, 5 May 2014 17:05:12 +0300 Subject: [PATCH] Fix header and Javadoc issues Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9 (cherry picked from commit 27f6503eb1a0fedf504559e6f6609a6dff80637f) --- client/src/com/vaadin/client/ApplicationConnection.java | 2 +- client/src/com/vaadin/client/ui/dd/VDragCloneAware.java | 4 ++-- server/src/com/vaadin/server/FontAwesome.java | 2 +- server/src/com/vaadin/server/FontIcon.java | 2 +- 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 -- 2.39.5