diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2015-06-10 16:31:26 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2015-06-10 16:31:26 +0300 |
commit | 3eee8991a2e2798b16f587b9e5fca426627e3132 (patch) | |
tree | fff26df3833f9626f267b4a716cf5f12f4a5aa4c | |
parent | be9f7f3128a2f4c895f595058a2f53af1bc91778 (diff) | |
download | vaadin-framework-3eee8991a2e2798b16f587b9e5fca426627e3132.tar.gz vaadin-framework-3eee8991a2e2798b16f587b9e5fca426627e3132.zip |
Add @since 7.5 to new API
Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd
-rw-r--r-- | server/src/com/vaadin/ui/AbstractComponent.java | 2 | ||||
-rw-r--r-- | 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 |