]> source.dussan.org Git - vaadin-framework.git/commitdiff
Corrected some javadoc
authorMarc Englund <marc.englund@itmill.com>
Wed, 24 Mar 2010 09:25:35 +0000 (09:25 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 24 Mar 2010 09:25:35 +0000 (09:25 +0000)
svn changeset:12054/svn branch:6.3

src/com/vaadin/ui/Form.java

index f7cc20f8337b5623adc9f359768927d20f2078ce..009fc46cdc6982808c7b0d1dda3522dd2fe7dc3d 100644 (file)
@@ -146,15 +146,11 @@ public class Form extends AbstractField implements Item.Editor, Buffered, Item,
     private ActionManager ownActionManager = new ActionManager(this);
 
     /**
-     * Contructs a new form with default layout.
+     * Constructs a new form with default layout.
      * 
      * <p>
-     * By default the form uses <code>OrderedLayout</code> with
-     * <code>form</code>-style.
+     * By default the form uses {@link FormLayout}.
      * </p>
-     * 
-     * @param formLayout
-     *            the layout of the form.
      */
     public Form() {
         this(null);
@@ -162,7 +158,7 @@ public class Form extends AbstractField implements Item.Editor, Buffered, Item,
     }
 
     /**
-     * Contructs a new form with given layout.
+     * Constructs a new form with given {@link Layout}.
      * 
      * @param formLayout
      *            the layout of the form.
@@ -172,7 +168,7 @@ public class Form extends AbstractField implements Item.Editor, Buffered, Item,
     }
 
     /**
-     * Contructs a new form with given {@link Layout} and
+     * Constructs a new form with given {@link Layout} and
      * {@link FormFieldFactory}.
      * 
      * @param formLayout