diff options
Diffstat (limited to 'server/src/com/vaadin/data/util/PropertyValueGenerator.java')
-rw-r--r-- | server/src/com/vaadin/data/util/PropertyValueGenerator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/util/PropertyValueGenerator.java b/server/src/com/vaadin/data/util/PropertyValueGenerator.java index c535803ee1..453e45b1db 100644 --- a/server/src/com/vaadin/data/util/PropertyValueGenerator.java +++ b/server/src/com/vaadin/data/util/PropertyValueGenerator.java @@ -28,7 +28,7 @@ import com.vaadin.data.util.filter.UnsupportedFilterException; * * @param <T> * Property data type - * @since + * @since 7.4 * @author Vaadin Ltd */ public abstract class PropertyValueGenerator<T> implements Serializable { |