]> source.dussan.org Git - vaadin-framework.git/commitdiff
one javadoc fix (parameter name)
authorMarc Englund <marc.englund@itmill.com>
Tue, 13 May 2008 09:02:35 +0000 (09:02 +0000)
committerMarc Englund <marc.englund@itmill.com>
Tue, 13 May 2008 09:02:35 +0000 (09:02 +0000)
svn changeset:4445/svn branch:trunk

src/com/itmill/toolkit/data/validator/NullValidator.java

index f5da31dc5111b80c5721daf39e2c295c16775871..9b4c987b8df913ed8b13bd17db1fb096a8138d83 100644 (file)
@@ -72,7 +72,7 @@ public class NullValidator implements Validator {
     /**
      * Sets if nulls (and only nulls) are to be allowed.
      * 
-     * @param allowNull
+     * @param onlyNullAllowed
      *                If true, only nulls are allowed. If false only non-nulls
      *                are allowed. Do we allow nulls?
      */