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/12/09 01:31:06 UTC

svn commit: r484863 - in /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit: CheckDigitException.java ISBNCheckDigit.java

Author: niallp
Date: Fri Dec  8 16:31:06 2006
New Revision: 484863

URL: http://svn.apache.org/viewvc?view=rev&rev=484863
Log:
Javadoc corrections

Modified:
    jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/CheckDigitException.java
    jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/ISBNCheckDigit.java

Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/CheckDigitException.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/CheckDigitException.java?view=diff&rev=484863&r1=484862&r2=484863
==============================================================================
--- jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/CheckDigitException.java (original)
+++ jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/CheckDigitException.java Fri Dec  8 16:31:06 2006
@@ -44,6 +44,7 @@
      * the underlying cause.
      *
      * @param msg The error message.
+     * @param cause The underlying cause of the error
      */
     public CheckDigitException(String msg, Throwable cause) {
         super(msg, cause);

Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/ISBNCheckDigit.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/ISBNCheckDigit.java?view=diff&rev=484863&r1=484862&r2=484863
==============================================================================
--- jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/ISBNCheckDigit.java (original)
+++ jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/routines/checkdigit/ISBNCheckDigit.java Fri Dec  8 16:31:06 2006
@@ -23,8 +23,8 @@
  * <p>
  * This implementation validates/calculates ISBN check digits
  * based on the length of the code passed to it - delegating
- * either to the {@link CheckDigit#ISBN10} or the
- * {@link CheckDigit#ISBN13} routines to perform the actual
+ * either to the {@link ISBNCheckDigit#ISBN10} or the
+ * {@link ISBNCheckDigit#ISBN13} routines to perform the actual
  * validation/calculation.
  * 
  * @version $Revision$ $Date$



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