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 65FD96401 for ; Mon, 30 May 2011 21:35:37 +0000 (UTC) Received: (qmail 87357 invoked by uid 500); 30 May 2011 21:35:37 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 87258 invoked by uid 500); 30 May 2011 21:35:37 -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 87251 invoked by uid 99); 30 May 2011 21:35:37 -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:35:37 +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:35:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1FFF7238890D; Mon, 30 May 2011 21:35:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1129384 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginCreateRule.java Date: Mon, 30 May 2011 21:35:15 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110530213516.1FFF7238890D@eris.apache.org> Author: simonetripodi Date: Mon May 30 21:35:15 2011 New Revision: 1129384 URL: http://svn.apache.org/viewvc?rev=1129384&view=rev Log: fixed javadoc parameter Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginCreateRule.java Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginCreateRule.java URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginCreateRule.java?rev=1129384&r1=1129383&r2=1129384&view=diff ============================================================================== --- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginCreateRule.java (original) +++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/plugins/PluginCreateRule.java Mon May 30 21:35:15 2011 @@ -592,7 +592,7 @@ public class PluginCreateRule * It would be really nice if the Digester class provided a way for this functionality to just be invoked directly. * * @param rules The rules which {@link Rule#end(String, String)} method has to be fired - * @param namespace the namespace URI of the matching element, or an empty string if the parser is not namespace + * @param namespaceURI the namespace URI of the matching element, or an empty string if the parser is not namespace * aware or the element has no namespace * @param name the local name if the parser is namespace aware, or just the element name otherwise * @throws Exception if any error occurs