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 CAD1D64E3 for ; Sat, 28 May 2011 16:10:30 +0000 (UTC) Received: (qmail 97048 invoked by uid 500); 28 May 2011 16:10:30 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 96974 invoked by uid 500); 28 May 2011 16:10: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 96967 invoked by uid 99); 28 May 2011 16:10:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2011 16:10:30 +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; Sat, 28 May 2011 16:10:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 853492388A32; Sat, 28 May 2011 16:10:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1128695 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java Date: Sat, 28 May 2011 16:10:09 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110528161009.853492388A32@eris.apache.org> Author: simonetripodi Date: Sat May 28 16:10:09 2011 New Revision: 1128695 URL: http://svn.apache.org/viewvc?rev=1128695&view=rev Log: fixed javadoc violations Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java?rev=1128695&r1=1128694&r2=1128695&view=diff ============================================================================== --- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java (original) +++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java Sat May 28 16:10:09 2011 @@ -251,7 +251,8 @@ public class SetNestedPropertiesRule *

* The default value of this attribute is false (unknown child elements are not allowed). * - * @param flag to ignore any child element for which there is no corresponding object property + * @param allowUnknownChildElements flag to ignore any child element for which there is no corresponding + * object property */ public void setAllowUnknownChildElements( boolean allowUnknownChildElements ) {