]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add @since 7.5 to new API
authorJohannes Dahlström <johannesd@vaadin.com>
Wed, 10 Jun 2015 13:31:26 +0000 (16:31 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Wed, 10 Jun 2015 13:31:26 +0000 (16:31 +0300)
Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd

server/src/com/vaadin/ui/AbstractComponent.java
server/src/com/vaadin/ui/Window.java

index 338898372a793d3b5eb13119e13c8b75339e6d0f..18c3509af70d5d8f923c066a3d41336461c21f55 100644 (file)
@@ -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
index 4d63f40043f72689be904c2db5a883dc80150043..61ba5826b8522b44982a4c3430f20f232d52e0be 100644 (file)
@@ -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