From 67e37c90b2076d2527b08c7cacbac8c31be96029 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 5 Mar 2013 13:10:37 +0200 Subject: [PATCH] Corrected javadoc (#10774) Change-Id: I642e8cfe800c7f0413256b6f9807c7f7b842ebda --- server/src/com/vaadin/data/Property.java | 6 +++--- 1 file 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 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 * The type of the property -- 2.39.5