correct javadoc that claimed Config had a Map interface

This commit is contained in:
Havoc Pennington 2012-02-09 08:57:26 -05:00
parent 682fdbf772
commit fdd3eeec16

View File

@ -378,10 +378,11 @@ public interface Config extends ConfigMergeable {
Object getAnyRef(String path);
/**
* Gets the value at the given path, unless the value is a null value or
* missing, in which case it throws just like the other getters. Use
* {@code get()} from the {@link java.util.Map Map} interface if you want an
* unprocessed value.
* Gets the value at the given path, unless the value is a
* null value or missing, in which case it throws just like
* the other getters. Use {@code get()} on the {@link
* Config#root()} object (or other object in the tree) if you
* want an unprocessed value.
*
* @param path
* path expression