diff options
Diffstat (limited to 'client/src/com/vaadin/client/metadata/Property.java')
-rw-r--r-- | client/src/com/vaadin/client/metadata/Property.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/metadata/Property.java b/client/src/com/vaadin/client/metadata/Property.java index 5825cf12d3..90b29b32b7 100644 --- a/client/src/com/vaadin/client/metadata/Property.java +++ b/client/src/com/vaadin/client/metadata/Property.java @@ -131,7 +131,7 @@ public class Property { /** * Checks whether this property is annotated with {@link NoLayout}. * - * @since + * @since 7.4 * * @return <code>true</code> if this property has a NoLayout annotation; * otherwise <code>false</code> |