diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-05-10 16:14:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 16:14:21 +0300 |
commit | d25697a1230d24886b8d2219039fcb2dd38bd17c (patch) | |
tree | c0e740dd3384aee838fb49d6afd8df3dc4101569 | |
parent | cbb4393847f02fdbdcd64528918aeacbdc5565e3 (diff) | |
download | vaadin-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.java | 2 |
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> |