Fixed typo

This commit is contained in:
moandji.ezana 2015-03-30 22:46:13 +02:00
parent d958baebb5
commit 439d1c600d

View file

@ -153,7 +153,7 @@ public class Toml {
/**
* @param key a TOML key
* @param <T> type of list items
* @return an empty {@link List} is the key is not found
* @return an empty {@link List} if the key is not found
*/
public <T> List<T> getList(String key) {
@SuppressWarnings("unchecked")