javadoc. CLK-715

git-svn-id: https://svn.apache.org/repos/asf/click/trunk/click@1023483 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/org/apache/click/control/FieldSet.java b/framework/src/org/apache/click/control/FieldSet.java
index 83d3f0e..81fbdf3 100644
--- a/framework/src/org/apache/click/control/FieldSet.java
+++ b/framework/src/org/apache/click/control/FieldSet.java
@@ -880,8 +880,12 @@
     }
 
     /**
-     * Return the FieldSet state. The state will include all the input Field
-     * values and other FieldSets contained in this FieldSet or child containers.
+     * Return the FieldSet state. The following state is returned:
+     *
+     * <ul>
+     * <li>all the input Field values and other FieldSets contained in this
+     * FieldSet and child containers.</li>
+     * </ul>
      *
      * @return the state of input Fields and FieldSets contained in this FieldSet
      */
diff --git a/framework/src/org/apache/click/control/Form.java b/framework/src/org/apache/click/control/Form.java
index c8a7967..bd795c8 100644
--- a/framework/src/org/apache/click/control/Form.java
+++ b/framework/src/org/apache/click/control/Form.java
@@ -1907,8 +1907,12 @@
     }
 
     /**
-     * Return the form state. The state will include all the input Field values
-     * and FieldSets contained in the Form or child containers.
+     * Return the form state. The following state is returned:
+     *
+     * <ul>
+     * <li>all the input Field values and FieldSets contained in the Form and
+     * child containers.</li>
+     * </ul>
      *
      * @return the state of input Fields and FieldSets contained in the form
      */