diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-05 13:10:37 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-03-06 10:07:14 +0000 |
commit | 67e37c90b2076d2527b08c7cacbac8c31be96029 (patch) | |
tree | 776460f9881ea4fafa74e947d25968d28b846b1e /server/src/com/vaadin/data | |
parent | 5cc81cf36cb832d021181bba8c194e52c1961d6d (diff) | |
download | vaadin-framework-67e37c90b2076d2527b08c7cacbac8c31be96029.tar.gz vaadin-framework-67e37c90b2076d2527b08c7cacbac8c31be96029.zip |
Corrected javadoc (#10774)
Change-Id: I642e8cfe800c7f0413256b6f9807c7f7b842ebda
Diffstat (limited to 'server/src/com/vaadin/data')
-rw-r--r-- | server/src/com/vaadin/data/Property.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/data/Property.java b/server/src/com/vaadin/data/Property.java index 8316d765ce..0aa6de1c2e 100644 --- a/server/src/com/vaadin/data/Property.java +++ b/server/src/com/vaadin/data/Property.java @@ -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 |