Fixed Island#getMemberSet() Javadoc

This commit is contained in:
Florian CUNY 2019-01-02 23:01:39 +01:00
parent a7f99e2a65
commit 4ae36ef8e0

View File

@ -192,7 +192,7 @@ public class Island implements DataObject {
}
/**
* Members > MEMBER_RANK
* Members >= MEMBER_RANK
* @return the members of the island (owner included)
*/
public ImmutableSet<UUID> getMemberSet(){