diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2015-05-11 14:05:40 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-05-11 17:32:36 +0000 |
commit | 201ae89df5c999efb20100e02040209c306b3d0f (patch) | |
tree | 01108eeae8b8f2876df51ee9aab417624f52c083 /shared | |
parent | 5ff8617c5cbae50ecdab35c1fa83dea342c69eb4 (diff) | |
download | vaadin-framework-201ae89df5c999efb20100e02040209c306b3d0f.tar.gz vaadin-framework-201ae89df5c999efb20100e02040209c306b3d0f.zip |
Updated all empty @since tags to be published in 7.5.0
Removed invalid @since from MarginInfo.
Change-Id: I7ad0dee47e8686c5cbca05ca1363ae8741642be8
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ApplicationConstants.java | 2 | ||||
-rw-r--r-- | shared/src/com/vaadin/shared/ui/MarginInfo.java | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index fa6aa33fc0..37bf5c8a00 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -43,7 +43,7 @@ public class ApplicationConstants implements Serializable { * Prefix used for theme resource URLs * * @see com.vaadin.server.ThemeResource - * @since + * @since 7.5.0 */ public static final String THEME_PROTOCOL_PREFIX = "theme://"; diff --git a/shared/src/com/vaadin/shared/ui/MarginInfo.java b/shared/src/com/vaadin/shared/ui/MarginInfo.java index 18c625dcc2..d15fa0a281 100644 --- a/shared/src/com/vaadin/shared/ui/MarginInfo.java +++ b/shared/src/com/vaadin/shared/ui/MarginInfo.java @@ -21,7 +21,6 @@ import java.io.Serializable; /** * Describes the margin settings for each edge of a Component. * - * @since * @author Vaadin Ltd */ public class MarginInfo implements Serializable { |