diff options
Diffstat (limited to 'server/src/com/vaadin/data/Property.java')
-rw-r--r-- | server/src/com/vaadin/data/Property.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/com/vaadin/data/Property.java b/server/src/com/vaadin/data/Property.java index 9fab642381..9b6cae2d47 100644 --- a/server/src/com/vaadin/data/Property.java +++ b/server/src/com/vaadin/data/Property.java @@ -34,8 +34,6 @@ import java.io.Serializable; * type of values of the property * * @author Vaadin Ltd - * @version - * @VERSION@ * @since 3.0 */ public interface Property<T> extends Serializable { |