Author: britter Date: Mon Feb 13 08:37:47 2017 New Revision: 1782731 URL: http://svn.apache.org/viewvc?rev=1782731&view=rev Log: Make JavaDoc lint happy
Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java?rev=1782731&r1=1782730&r2=1782731&view=diff ============================================================================== --- commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java (original) +++ commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java Mon Feb 13 08:37:47 2017 @@ -103,10 +103,11 @@ public class CreditCardValidator impleme * The low and high parameters may be shorter than the length * of an IIN (currently 6 digits) in which case subsequent digits * are ignored and may range from 0-9. - * <b> + * <br> * The low and high parameters may be different lengths. * e.g. Discover "644" and "65". - * @param low the low digits of the IIN range + * </p> + * @param low the low digits of the IIN range * @param high the high digits of the IIN range * @param minLen the minimum length of the entire number * @param maxLen the maximum length of the entire number Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java?rev=1782731&r1=1782730&r2=1782731&view=diff ============================================================================== --- commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java (original) +++ commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java Mon Feb 13 08:37:47 2017 @@ -65,7 +65,7 @@ import org.apache.commons.validator.rout * * <p> * <b>ABA Number</b> Check Digit Routine (equivalent of - * {@link ABANumberCheckDigit}). Weighting factors are <code>[1, 7, 3]/code> + * {@link ABANumberCheckDigit}). Weighting factors are <code>[1, 7, 3]</code> * applied from right to left. * * <pre>