mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 19:24:15 +00:00
Fixed typo
This commit is contained in:
parent
d958baebb5
commit
439d1c600d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue