You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2006/01/09 08:39:44 UTC

svn commit: r367237 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericValidator.java

Author: niallp
Date: Sun Jan  8 23:39:35 2006
New Revision: 367237

URL: http://svn.apache.org/viewcvs?rev=367237&view=rev
Log:
minor javadoc correction

Modified:
    jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericValidator.java

Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericValidator.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericValidator.java?rev=367237&r1=367236&r2=367237&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericValidator.java (original)
+++ jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericValidator.java Sun Jan  8 23:39:35 2006
@@ -304,10 +304,11 @@
     }
 
     /**
-     * <p>Checks if the value's length is greater than or equal to the min.</p>
+     * <p>Checks if the value's adjusted length is greater than or equal to the min.</p>
      *
      * @param value The value validation is being performed on.
      * @param min The minimum length.
+     * @param lineEndLength The length to use for line endings.
      * @return true if the value's length is more than the specified minimum.
      */
     public static boolean minLength(String value, int min, int lineEndLength) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org