Skip to content

Commit

Permalink
Merge pull request lightbend#383 from kxbmap/config-list-unwrapped-doc
Browse files Browse the repository at this point in the history
Add return tag to ConfigList.unwrapped javadoc
  • Loading branch information
havocp committed Apr 3, 2016
2 parents 0914670 + e91c73b commit b1cc235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/src/main/java/com/typesafe/config/ConfigList.java
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b1cc235

Please sign in to comment.