Improved javadoc on IslandsManager#getIslandCache()

This commit is contained in:
Florian CUNY 2019-04-29 14:43:24 +02:00 committed by GitHub
parent c785ccb39d
commit 661bffad44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,7 +369,9 @@ public class IslandsManager {
}
/**
* Returns the IslandCache instance.
* @return the islandCache
* @since 1.5.0
*/
public IslandCache getIslandCache() {
return islandCache;