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 58AD86D2A for ; Mon, 30 May 2011 13:12:28 +0000 (UTC) Received: (qmail 80283 invoked by uid 500); 30 May 2011 13:12:28 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 80227 invoked by uid 500); 30 May 2011 13:12:28 -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 80220 invoked by uid 99); 30 May 2011 13:12:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 13:12:28 +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 13:12:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 10FBC2388A3C; Mon, 30 May 2011 13:12:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1129160 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java Date: Mon, 30 May 2011 13:12:05 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110530131205.10FBC2388A3C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Mon May 30 13:12:04 2011 New Revision: 1129160 URL: http://svn.apache.org/viewvc?rev=1129160&view=rev Log: added missing param javadoc Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java?rev=1129160&r1=1129159&r2=1129160&view=diff ============================================================================== --- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java (original) +++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/PluginCreateRuleBuilder.java Mon May 30 13:12:04 2011 @@ -55,7 +55,7 @@ public final class PluginCreateRuleBuild * Set the class which any specified plugin must be descended from. * * @param Any Java type - * @param type + * @param type the class which any specified plugin must be descended from * @return this builder instance */ public PluginCreateRuleBuilder ofType( Class type )