aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/com/vaadin/data/util/GeneratedPropertyContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/util/GeneratedPropertyContainer.java b/server/src/com/vaadin/data/util/GeneratedPropertyContainer.java
index 15ab57ce26..32472e2080 100644
--- a/server/src/com/vaadin/data/util/GeneratedPropertyContainer.java
+++ b/server/src/com/vaadin/data/util/GeneratedPropertyContainer.java
@@ -205,7 +205,7 @@ public class GeneratedPropertyContainer extends AbstractContainer implements
* Returns the wrapped Item that belongs to the wrapped container
*
* @return wrapped item.
- * @since
+ * @since 7.6.8
*/
public Item getWrappedItem() {
return wrappedItem;