summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-11-05 12:38:09 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-11-05 12:38:09 +0000
commit9098e8a164d1800d53e41ec3e7a06bdc3f82f1ca (patch)
treedd5e55ae3a434a8410b39f94339df0ccde72f399 /src/com/vaadin
parentf0756724f0feb641b2f3ea9c5195457aebb4b872 (diff)
downloadvaadin-framework-9098e8a164d1800d53e41ec3e7a06bdc3f82f1ca.tar.gz
vaadin-framework-9098e8a164d1800d53e41ec3e7a06bdc3f82f1ca.zip
formatted javadoc
svn changeset:15881/svn branch:6.5
Diffstat (limited to 'src/com/vaadin')
-rw-r--r--src/com/vaadin/ui/Form.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/Form.java b/src/com/vaadin/ui/Form.java
index 8aa06d34cc..82bf9e948f 100644
--- a/src/com/vaadin/ui/Form.java
+++ b/src/com/vaadin/ui/Form.java
@@ -649,13 +649,12 @@ public class Form extends AbstractField implements Item.Editor, Buffered, Item,
/**
* Called when a form field is detached from a Form. Typically when a new
- * Item is assigned to Form via {@link #setItemDataSource(Item)} *
+ * Item is assigned to Form via {@link #setItemDataSource(Item)}.
* <p>
* Override this method to control how the fields are removed from the
* layout.
* </p>
*
- *
* @param field
* the field to be detached from the forms layout.
*/