From c1351569a7184caee4ed7eacdf948f6a79db160f Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Wed, 14 May 2008 15:32:07 +0000 Subject: [PATCH] Modified the javadoc in ExtendedProperties to redirect users to Commons Configuration for advanced needs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@656318 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 + .../apache/commons/collections/ExtendedProperties.java | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c91b95909..5f24d8b68 100644 --- a/pom.xml +++ b/pom.xml @@ -442,6 +442,7 @@ 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 cc2b977c7..c5bda4f32 100644 --- a/src/java/org/apache/commons/collections/ExtendedProperties.java +++ b/src/java/org/apache/commons/collections/ExtendedProperties.java @@ -43,8 +43,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: *