You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/01/21 13:37:32 UTC

svn commit: r1436310 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ExtendedProperties.java

Author: tn
Date: Mon Jan 21 12:37:32 2013
New Revision: 1436310

URL: http://svn.apache.org/viewvc?rev=1436310&view=rev
Log:
Complete javadoc.

Modified:
    commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ExtendedProperties.java

Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ExtendedProperties.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ExtendedProperties.java?rev=1436310&r1=1436309&r2=1436310&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ExtendedProperties.java (original)
+++ commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/ExtendedProperties.java Mon Jan 21 12:37:32 2013
@@ -478,6 +478,8 @@ public class ExtendedProperties extends 
     /**
      * Indicate to client code whether property
      * resources have been initialized or not.
+     *
+     * @return if this instance has already been initialized
      */
     public boolean isInitialized() {
         return isInitialized;
@@ -964,6 +966,7 @@ public class ExtendedProperties extends 
      * configuration key.
      *
      * @param key The configuration key.
+     * @param defaults The default properties used to initialize the returned object
      * @return The associated properties if key is found.
      * @throws ClassCastException is thrown if the key maps to an
      * object that is not a String/List.