Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 99738 invoked from network); 28 Oct 2007 10:44:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2007 10:44:14 -0000 Received: (qmail 97827 invoked by uid 500); 28 Oct 2007 10:44:00 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 97751 invoked by uid 500); 28 Oct 2007 10:44:00 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 97742 invoked by uid 99); 28 Oct 2007 10:44:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 03:44:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2007 10:44:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DC4571A9832; Sun, 28 Oct 2007 03:43:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589328 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/checkdigit/CheckDigit.java Date: Sun, 28 Oct 2007 10:43:50 -0000 To: commits@commons.apache.org From: bspeakmon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071028104351.DC4571A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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. *

* {@link CheckDigit} is used by the new generic