mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 19:24:15 +00:00
Added to Toml#entrySet() documentation
This commit is contained in:
parent
15c014a327
commit
68513b0851
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ public class Toml {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return a {@link Set} of Toml.Entry instances, each exposing a name and a deserialised value.
|
||||
* @return a {@link Set} of Toml.Entry instances, each exposing a name and a deserialised value. Modifications to this {@link Set} are not reflected in this Toml instance.
|
||||
*/
|
||||
public Set<Toml.Entry> entrySet() {
|
||||
Set<Toml.Entry> entries = new LinkedHashSet<Toml.Entry>();
|
||||
|
|
Loading…
Reference in a new issue