aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2017-05-10 16:14:21 +0300
committerGitHub <noreply@github.com>2017-05-10 16:14:21 +0300
commitd25697a1230d24886b8d2219039fcb2dd38bd17c (patch)
treec0e740dd3384aee838fb49d6afd8df3dc4101569
parentcbb4393847f02fdbdcd64528918aeacbdc5565e3 (diff)
downloadvaadin-framework-d25697a1230d24886b8d2219039fcb2dd38bd17c.tar.gz
vaadin-framework-d25697a1230d24886b8d2219039fcb2dd38bd17c.zip
Since tag update for 8.1.0.alpha78.1.0.alpha7
-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>