Minor Change

Minor change to remove a warning
This commit is contained in:
SenseiKiwi
2014-07-06 04:01:07 -04:00
parent dc55359aaf
commit 52bae00dc6

View File

@@ -162,7 +162,7 @@ public class DungeonSchematic extends Schematic {
applyFilter(standardizer); applyFilter(standardizer);
} }
private Map<Short, Short> getAssignedToStandardIDMapping(DDProperties properties) private static Map<Short, Short> getAssignedToStandardIDMapping(DDProperties properties)
{ {
//If we ever need this broadly or support other mods, this should be moved to a separate class //If we ever need this broadly or support other mods, this should be moved to a separate class
TreeMap<Short, Short> mapping = new TreeMap<Short, Short>(); TreeMap<Short, Short> mapping = new TreeMap<Short, Short>();