Eric Pugh wrote:
However, since it is only at the AbstractConfiguration level, I think delete it.
getProperties(String, Properties) is only defined in AbstractConfiguration but getProperties(String) is defined in the Configuration interface.
I guess getList and getProperties were added at the same time, one method to operate on lists:
key = value1, value2, value3
and the other one to operate on maps:
key = key1=value1, key2=value2, key3=value3
I'd prefer renaming it to getConfiguration(String) rather than removing it.
Emmanuel Bourg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
