summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractComponent.java
diff options
context:
space:
mode:
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
*/