From 3eee8991a2e2798b16f587b9e5fca426627e3132 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Dahlstr=C3=B6m?= Date: Wed, 10 Jun 2015 16:31:26 +0300 Subject: [PATCH] Add @since 7.5 to new API Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd --- server/src/com/vaadin/ui/AbstractComponent.java | 2 +- server/src/com/vaadin/ui/Window.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/com/vaadin/ui/AbstractComponent.java b/server/src/com/vaadin/ui/AbstractComponent.java index 338898372a..18c3509af7 100644 --- a/server/src/com/vaadin/ui/AbstractComponent.java +++ b/server/src/com/vaadin/ui/AbstractComponent.java @@ -254,7 +254,7 @@ public abstract class AbstractComponent extends AbstractClientConnector * Functionally this is equivalent to using {@link #addStyleName(String)} or * {@link #removeStyleName(String)} * - * @since + * @since 7.5 * @param style * the style name to be added or removed * @param add diff --git a/server/src/com/vaadin/ui/Window.java b/server/src/com/vaadin/ui/Window.java index 4d63f40043..61ba5826b8 100644 --- a/server/src/com/vaadin/ui/Window.java +++ b/server/src/com/vaadin/ui/Window.java @@ -271,7 +271,7 @@ public class Window extends Panel implements FocusNotifier, BlurNotifier, * Sets the position of the window on the screen using * {@link #setPositionX(int)} and {@link #setPositionY(int)} * - * @since + * @since 7.5 * @param x * The new x coordinate for the window * @param y -- 2.39.5