Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 45579 invoked from network); 23 Aug 2009 05:10:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Aug 2009 05:10:25 -0000 Received: (qmail 87415 invoked by uid 500); 23 Aug 2009 05:10:48 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 87093 invoked by uid 500); 23 Aug 2009 05:10:47 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 87083 invoked by uid 99); 23 Aug 2009 05:10:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Aug 2009 05:10:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ralph.goers@dslextreme.com designates 209.85.198.244 as permitted sender) Received: from [209.85.198.244] (HELO rv-out-0708.google.com) (209.85.198.244) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Aug 2009 05:10:36 +0000 Received: by rv-out-0708.google.com with SMTP id b17so731659rvf.30 for ; Sat, 22 Aug 2009 22:10:15 -0700 (PDT) Received: by 10.141.22.2 with SMTP id z2mr1507857rvi.122.1251004215354; Sat, 22 Aug 2009 22:10:15 -0700 (PDT) Received: from ?172.17.151.227? ([74.8.206.130]) by mx.google.com with ESMTPS id g22sm4646995rvb.30.2009.08.22.22.10.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 Aug 2009 22:10:14 -0700 (PDT) Message-Id: <5FDCA1F4-D186-4040-8FD6-2F42231C83B2@dslextreme.com> From: Ralph Goers To: dev@commons.apache.org In-Reply-To: <20090822151331.DFF7523888FF@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: svn commit: r806862 - in /commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/BaseConfiguration.java src/test/org/apache/commons/configuration/TestBaseConfiguration.java xdocs/changes.xml Date: Sat, 22 Aug 2009 22:10:10 -0700 References: <20090822151331.DFF7523888FF@eris.apache.org> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Aug 22, 2009, at 8:13 AM, oheger@apache.org wrote: > Author: oheger > Date: Sat Aug 22 15:13:31 2009 > New Revision: 806862 > > URL: http://svn.apache.org/viewvc?rev=806862&view=rev > Log: > [CONFIGURATION-393] Special treatment of collection properties when > cloning a BaseConfiguration. > > Modified: > commons/proper/configuration/trunk/src/java/org/apache/commons/ > configuration/BaseConfiguration.java > commons/proper/configuration/trunk/src/test/org/apache/commons/ > configuration/TestBaseConfiguration.java > commons/proper/configuration/trunk/xdocs/changes.xml > > Modified: commons/proper/configuration/trunk/src/java/org/apache/ > commons/configuration/BaseConfiguration.java > URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/BaseConfiguration.java?rev=806862&r1=806861&r2=806862&view=diff > = > = > = > = > = > = > = > = > ====================================================================== > --- commons/proper/configuration/trunk/src/java/org/apache/commons/ > configuration/BaseConfiguration.java (original) > +++ commons/proper/configuration/trunk/src/java/org/apache/commons/ > configuration/BaseConfiguration.java Sat Aug 22 15:13:31 2009 > @@ -18,6 +18,7 @@ > package org.apache.commons.configuration; > > import java.util.ArrayList; > +import java.util.Collection; > import java.util.Iterator; > import java.util.List; > import java.util.Map; > @@ -25,7 +26,7 @@ > import org.apache.commons.collections.map.LinkedMap; > > /** > - * Basic configuration classe. Stores the configuration data but > does not > + * Basic configuration class. Stores the configuration data but > does not > * provide any load or save functions. If you want to load your > Configuration > * from a file use PropertiesConfiguration or XmlConfiguration. > * > @@ -45,7 +46,7 @@ > * @author Martin Poeschl > * @author Henning P. > Schmiedehausen > * @author Konstantin Shaposhnikov > - * @author Oliver Heger > + * @author Oliver Heger author tags should either be removed or made generic to reference the whole team (i.e. reference the developers page generated by maven). Ralph --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org