Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD92460BE for ; Wed, 1 Jun 2011 07:30:30 +0000 (UTC) Received: (qmail 36756 invoked by uid 500); 1 Jun 2011 07:30:30 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 36711 invoked by uid 500); 1 Jun 2011 07:30:30 -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 36698 invoked by uid 99); 1 Jun 2011 07:30:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:30:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 07:30:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5ADB52388A1C; Wed, 1 Jun 2011 07:30:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130029 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java Date: Wed, 01 Jun 2011 07:30:08 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110601073008.5ADB52388A1C@eris.apache.org> Author: simonetripodi Date: Wed Jun 1 07:30:08 2011 New Revision: 1130029 URL: http://svn.apache.org/viewvc?rev=1130029&view=rev Log: fixed javadoc violation: Tag @link: reference not found Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java?rev=1130029&r1=1130028&r2=1130029&view=diff ============================================================================== --- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java (original) +++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/DigesterRule.java Wed Jun 1 07:30:08 2011 @@ -47,7 +47,7 @@ public @interface DigesterRule /** * The handler that takes care on converting this annotation in the related - * {@link AnnotationRuleProvider} and adds it o the {@link FromAnnotationsRuleSet} + * {@link AnnotationHandler} and adds it o the {@link FromAnnotationsRuleSet} */ Class> handledBy();