From 22271249251894dfc7cfbebad6b4d2faf4c0313e Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 12 May 2015 10:50:45 +0300 Subject: Add missing @since for 7.5 Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d --- server/src/com/vaadin/ui/declarative/DesignContext.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'server/src/com/vaadin/ui/declarative') 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. -- cgit v1.2.3