diff options
Diffstat (limited to 'src/com/vaadin/data/util')
-rw-r--r-- | src/com/vaadin/data/util/sqlcontainer/ColumnProperty.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/data/util/sqlcontainer/ColumnProperty.java b/src/com/vaadin/data/util/sqlcontainer/ColumnProperty.java index 9d88072c20..85ff60d5d9 100644 --- a/src/com/vaadin/data/util/sqlcontainer/ColumnProperty.java +++ b/src/com/vaadin/data/util/sqlcontainer/ColumnProperty.java @@ -135,8 +135,8 @@ final public class ColumnProperty implements Property { /* Set the new value and notify container of the change. */ changedValue = newValue; - owner.getContainer().itemChangeNotification(owner); modified = true; + owner.getContainer().itemChangeNotification(owner); } private boolean isValueAlreadySet(Object newValue) { |