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 0310D6287 for ; Mon, 30 May 2011 21:17:54 +0000 (UTC) Received: (qmail 77638 invoked by uid 500); 30 May 2011 21:17:53 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 77587 invoked by uid 500); 30 May 2011 21:17:53 -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 77580 invoked by uid 99); 30 May 2011 21:17:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 21:17:53 +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; Mon, 30 May 2011 21:17:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B5A14238890D; Mon, 30 May 2011 21:17:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1129380 - in /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins: PluginManager.java RulesFactory.java Date: Mon, 30 May 2011 21:17:32 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110530211732.B5A14238890D@eris.apache.org> Author: simonetripodi Date: Mon May 30 21:17:32 2011 New Revision: 1129380 URL: http://svn.apache.org/viewvc?rev=1129380&view=rev Log: typos Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java?rev=1129380&r1=1129379&r2=1129380&view=diff ============================================================================== --- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java (original) +++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java Mon May 30 21:17:32 2011 @@ -150,7 +150,7 @@ public class PluginManager *

* If no source of custom rules can be found, null is returned. * - * @param digester The digeste rinstance where locating plugin classes + * @param digester The digester instance where locating plugin classes * @param id The id that the user associated with a particular plugin declaration in the input xml * @param pluginClass The plugin Java class * @param props The properties object that holds any xml attributes the user may have specified on the plugin Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java?rev=1129380&r1=1129379&r2=1129380&view=diff ============================================================================== --- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java (original) +++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/RulesFactory.java Mon May 30 21:17:32 2011 @@ -40,7 +40,7 @@ public abstract class RulesFactory *

* * @param d is the digester that the returned rules object will be associated with. - * @param pluginClass is the class that is to be configured using rules added to the returnedobject. + * @param pluginClass is the class that is to be configured using rules added to the returned object. * @return an instance of some Rules implementation that the plugged-in class shall use to match its private parsing * rules. * @throws PluginException if the algorithm finds a source of rules, but there is something invalid about that