diff options
-rw-r--r-- | server/src/com/vaadin/data/fieldgroup/FieldGroup.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/fieldgroup/FieldGroup.java b/server/src/com/vaadin/data/fieldgroup/FieldGroup.java index 8f1bf8b40a..d370c3906b 100644 --- a/server/src/com/vaadin/data/fieldgroup/FieldGroup.java +++ b/server/src/com/vaadin/data/fieldgroup/FieldGroup.java @@ -702,7 +702,7 @@ public class FieldGroup implements Serializable { /** * Called after changes are committed to the fields and the item is - * updated.. + * updated. * <p> * Throw a {@link CommitException} to abort the commit. * |