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 /server/src/com/vaadin/ui/AbstractComponent.java | |
parent | be9f7f3128a2f4c895f595058a2f53af1bc91778 (diff) | |
download | vaadin-framework-3eee8991a2e2798b16f587b9e5fca426627e3132.tar.gz vaadin-framework-3eee8991a2e2798b16f587b9e5fca426627e3132.zip |
Add @since 7.5 to new API
Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd
Diffstat (limited to 'server/src/com/vaadin/ui/AbstractComponent.java')
-rw-r--r-- | server/src/com/vaadin/ui/AbstractComponent.java | 2 |
1 files changed, 1 insertions, 1 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 |