]> source.dussan.org Git - vaadin-framework.git/commitdiff
Corrected javadoc (#10774)
authorArtur Signell <artur@vaadin.com>
Tue, 5 Mar 2013 11:10:37 +0000 (13:10 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 6 Mar 2013 10:07:14 +0000 (10:07 +0000)
Change-Id: I642e8cfe800c7f0413256b6f9807c7f7b842ebda

server/src/com/vaadin/data/Property.java

index 8316d765ce99b327c410eb753b8f2aa0d18ffdc5..0aa6de1c2ee044d6718c0bca868f385337c94104 100644 (file)
@@ -116,9 +116,9 @@ public interface Property<T> extends Serializable {
      * or rollback.
      * 
      * Note that this does not refer to e.g. database transactions but rather
-     * two-phase commit that allows resetting old field values on a form etc. if
-     * the commit of one of the properties fails after others have already been
-     * committed. If
+     * two-phase commit that allows resetting old field values (in e.g. a
+     * FieldGroup) if the commit of one of the properties fails after other
+     * properties have already been committed.
      * 
      * @param <T>
      *            The type of the property