You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/10/28 11:43:50 UTC

svn commit: r589328 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java

Author: bspeakmon
Date: Sun Oct 28 03:43:47 2007
New Revision: 589328

URL: http://svn.apache.org/viewvc?rev=589328&view=rev
Log:
- fix javadoc warning

Modified:
    commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java

Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java?rev=589328&r1=589327&r2=589328&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java (original)
+++ commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java Sun Oct 28 03:43:47 2007
@@ -29,8 +29,8 @@
  * Although Commons Validator is primarily concerned with validation,
  * {@link CheckDigit} also defines behaviour for calculating/generating check
  * digits, since it makes sense that users will want to (re-)use the
- * same logic for both. The {@link ISBNValidator} makes specific use
- * of this feature by providing the facility to validate ISBN-10 codes
+ * same logic for both. The {@link org.apache.commons.validator.routines.ISBNValidator}
+ * makes specific use of this feature by providing the facility to validate ISBN-10 codes
  * and then convert them to the new ISBN-13 standard.
  * <p>
  * {@link CheckDigit} is used by the new generic