Minor javadoc edit in Island

This commit is contained in:
Florian CUNY 2018-08-13 21:05:58 +02:00
parent 2c16f88013
commit 3ff387121a

View File

@ -239,7 +239,7 @@ public class Island implements DataObject {
} }
/** /**
* @return the owner (team leader) * @return the owner
*/ */
public UUID getOwner(){ public UUID getOwner(){
return owner; return owner;