diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-04-14 15:56:05 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-04-14 17:58:18 +0000 |
commit | 6e91bdf4224d5e95cf1746775855c13c25e9b82c (patch) | |
tree | 21bfb8b4ea993a85a84c2ac2a289798a2191e37d /server/src/com | |
parent | f0aaf89c18e3953500c6ae93ae2b5437bfb3dcdd (diff) | |
download | vaadin-framework-6e91bdf4224d5e95cf1746775855c13c25e9b82c.tar.gz vaadin-framework-6e91bdf4224d5e95cf1746775855c13c25e9b82c.zip |
Add test for TransactionalPropertyWrapper memory leaks
Change-Id: I69d0d759f95100f1dd9e2dbba57ec2c246e3aca9
Diffstat (limited to 'server/src/com')
-rw-r--r-- | server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java b/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java index 3bac5bdfb8..3c52ab9afc 100644 --- a/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java +++ b/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java @@ -68,7 +68,7 @@ public class TransactionalPropertyWrapper<T> extends AbstractProperty<T> * Removes the ValueChangeListener from wrapped Property that was added by * TransactionalPropertyWrapper. * - * @since 7.1.14 + * @since 7.1.15 */ public void detachFromProperty() { if (wrappedProperty instanceof ValueChangeNotifier) { |