From: Matti Tahvonen Date: Tue, 29 Jan 2008 12:48:58 +0000 (+0000) Subject: better doc X-Git-Tag: 6.7.0.beta1~5148 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ea79ed166ec7644a4797b9c0b95856adfba135ef;p=vaadin-framework.git better doc svn changeset:3665/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/ui/Table.java b/src/com/itmill/toolkit/ui/Table.java index 2a522bc41a..951f0c972f 100644 --- a/src/com/itmill/toolkit/ui/Table.java +++ b/src/com/itmill/toolkit/ui/Table.java @@ -1918,8 +1918,7 @@ public class Table extends AbstractSelect implements Action.Container, /** * Notifies this listener that the Property's value has changed. * - * Also listens content changes (Contained Properties value changes) to - * refresh content area. + * Also listens changes in rendered items to refresh content area. * * @see com.itmill.toolkit.data.Property.ValueChangeListener#valueChange(Property.ValueChangeEvent) */