Remove some TODO-lidos

This commit is contained in:
Sauilitired 2014-11-08 21:02:52 +01:00
parent 4df3535a43
commit b15ccdc789
3 changed files with 1 additions and 7 deletions

View File

@ -57,6 +57,7 @@ import java.util.UUID;
* @author Empire92 * @author Empire92
* for PlotSquared. * for PlotSquared.
*/ */
@SuppressWarnings("unused")
public class UUIDHandler { public class UUIDHandler {
/** /**
@ -286,7 +287,6 @@ public class UUIDHandler {
@SuppressWarnings("unused") @SuppressWarnings("unused")
public static void handleSaving() { public static void handleSaving() {
final UUIDSaver saver = PlotMain.getUUIDSaver(); final UUIDSaver saver = PlotMain.getUUIDSaver();
// Should it save per UUIDSet or all of them? TODO: Let Jesse decide xD
saver.globalSave(getUuidMap()); saver.globalSave(getUuidMap());
} }
} }

View File

@ -29,9 +29,6 @@ public class Clear extends SubCommand {
public Clear() { public Clear() {
super(Command.CLEAR, "Clear a plot", "clear", CommandCategory.ACTIONS, false); super(Command.CLEAR, "Clear a plot", "clear", CommandCategory.ACTIONS, false);
// TODO console clear plot at location
} }
@Override @Override

View File

@ -34,9 +34,6 @@ public class Reload extends SubCommand {
public Reload() { public Reload() {
super("reload", "plots.admin", "Reload configurations", "", "reload", CommandCategory.INFO, false); super("reload", "plots.admin", "Reload configurations", "", "reload", CommandCategory.INFO, false);
// TODO reload worlds as well
} }
@Override @Override