summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/declarative
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-05-12 10:50:45 +0300
committerTeppo Kurki <teppo.kurki@vaadin.com>2015-05-12 11:02:15 +0000
commit22271249251894dfc7cfbebad6b4d2faf4c0313e (patch)
tree31892d24366c14da9e1f6767b35bd4f51f80e95e /server/src/com/vaadin/ui/declarative
parentc30438b27d474e5f47d7f58045b77bbcb606ff7a (diff)
downloadvaadin-framework-22271249251894dfc7cfbebad6b4d2faf4c0313e.tar.gz
vaadin-framework-22271249251894dfc7cfbebad6b4d2faf4c0313e.zip
Add missing @since for 7.5
Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d
Diffstat (limited to 'server/src/com/vaadin/ui/declarative')
-rw-r--r--server/src/com/vaadin/ui/declarative/DesignContext.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/declarative/DesignContext.java b/server/src/com/vaadin/ui/declarative/DesignContext.java
index d6cb970ce8..0d68c22ea0 100644
--- a/server/src/com/vaadin/ui/declarative/DesignContext.java
+++ b/server/src/com/vaadin/ui/declarative/DesignContext.java
@@ -171,6 +171,8 @@ public class DesignContext implements Serializable {
* component was mapped to some string s different from localId, the mapping
* from s to component is removed.
*
+ * @since 7.5.0
+ *
* @param component
* The component whose local id is to be set.
* @param localId
@@ -186,7 +188,9 @@ public class DesignContext implements Serializable {
}
/**
- * Returns the local id for a component
+ * Returns the local id for a component.
+ *
+ * @since 7.5.0
*
* @param component
* The component whose local id to get.