aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/main/java/com/vaadin/data/BeanPropertySet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/java/com/vaadin/data/BeanPropertySet.java b/server/src/main/java/com/vaadin/data/BeanPropertySet.java
index 0e94b14761..ae14c31d83 100644
--- a/server/src/main/java/com/vaadin/data/BeanPropertySet.java
+++ b/server/src/main/java/com/vaadin/data/BeanPropertySet.java
@@ -204,7 +204,7 @@ public class BeanPropertySet<T> implements PropertySet<T> {
* Contains properties for a bean type which is nested in another
* definition.
*
- * @since
+ * @since 8.1
* @param <T>
* the bean type
* @param <V>