Code cleanup

This commit is contained in:
MattBDev
2016-03-28 23:26:44 -04:00
parent a8fd6d00d0
commit 49d18b9229
3 changed files with 50 additions and 48 deletions

View File

@ -362,7 +362,7 @@ public abstract class PlotPlayer implements CommandCaller {
public abstract void kick(String message);
/**
* Called when the player quits
* Called when the player quits.
*/
public void unregister() {
Plot plot = getCurrentPlot();
@ -384,7 +384,7 @@ public abstract class PlotPlayer implements CommandCaller {
}
/**
* Get the amount of clusters a player owns in the specific world
* Get the amount of clusters a player owns in the specific world.
* @param world
* @return
*/

View File

@ -716,7 +716,7 @@ public class MainUtil {
}
/**
* Format a string with plot information:<br>
* Format a string with plot information.
* @param info
* @param plot
* @param player