diff --git a/pom.xml b/pom.xml index 07697f530..31977b34a 100644 --- a/pom.xml +++ b/pom.xml @@ -423,4 +423,20 @@ + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + http://java.sun.com/javase/6/docs/api + http://commons.apache.org/configuration/apidocs/ + + + + + + diff --git a/src/java/org/apache/commons/collections/ExtendedProperties.java b/src/java/org/apache/commons/collections/ExtendedProperties.java index 0bae7c00b..e3483db65 100644 --- a/src/java/org/apache/commons/collections/ExtendedProperties.java +++ b/src/java/org/apache/commons/collections/ExtendedProperties.java @@ -41,8 +41,12 @@ import java.util.Vector; * to use the same key many times concatenating the value strings * instead of overwriting them. *

- * Please consider using the PropertiesConfiguration class in - * Commons-Configuration as soon as it is released. + * Please consider using the + * {@link org.apache.commons.configuration.PropertiesConfiguration} class in + * Commons Configuration. + * It's an evolution of ExtendedProperties supporting more + * features like automatic reloading, advanced interpolation, more type + * conversions, changes notifications and file layout preservation. *

* The Extended Properties syntax is explained here: *