diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-07-12 13:10:14 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-07-12 13:10:14 +0300 |
commit | bc16c29e69b5d192f0a57fdd3135006a629ef479 (patch) | |
tree | 20bd221d5f30a6d10c7793f2b039bdd639088fcd | |
parent | a6bfb13fa6c921a495992c6138daa72bd8d6dad3 (diff) | |
download | vaadin-framework-7.6.tar.gz vaadin-framework-7.6.zip |
Change-Id: Ib740904674e289b11116fdb8ea13abbbac81fdfe
-rw-r--r-- | server/src/com/vaadin/data/util/GeneratedPropertyContainer.java | 2 |
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; |