summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponent.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-12-18 15:53:31 +0200
committerLeif Åstrand <leif@vaadin.com>2014-12-18 15:53:31 +0200
commit95333e50c65521476d3d166c8f255ccda14221e0 (patch)
tree555cc9066fd052807a5a9fd9b28b3c9e72ca6ab8 /server/src/com/vaadin/ui/AbstractComponent.java
parentdd8521407bb873a12d2c57100d6af5941b61fd6b (diff)
downloadvaadin-framework-95333e50c65521476d3d166c8f255ccda14221e0.tar.gz
vaadin-framework-95333e50c65521476d3d166c8f255ccda14221e0.zip
Missing @since for 7.4
Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec
Diffstat (limited to 'server/src/com/vaadin/ui/AbstractComponent.java')
-rw-r--r--server/src/com/vaadin/ui/AbstractComponent.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/com/vaadin/ui/AbstractComponent.java b/server/src/com/vaadin/ui/AbstractComponent.java
index 46ad9a9c16..735fb15fd8 100644
--- a/server/src/com/vaadin/ui/AbstractComponent.java
+++ b/server/src/com/vaadin/ui/AbstractComponent.java
@@ -1189,6 +1189,8 @@ public abstract class AbstractComponent extends AbstractClientConnector
* methods. Typically these are handled in a custom way in the overridden
* versions of the above methods
*
+ * @since 7.4
+ *
* @return the collection of attributes that are not handled by the basic
* implementation
*/