Merge pull request from kxbmap/config-list-unwrapped-doc

Add return tag to ConfigList.unwrapped javadoc
This commit is contained in:
Havoc Pennington 2016-04-03 16:33:32 -04:00
commit b1cc2352d8

View File

@ -37,6 +37,8 @@ public interface ConfigList extends List<ConfigValue>, ConfigValue {
/**
* Recursively unwraps the list, returning a list of plain Java values such
* as Integer or String or whatever is in the list.
*
* @return a {@link java.util.List} containing plain Java objects
*/
@Override
List<Object> unwrapped();