Java 6 compatible

This commit is contained in:
gravitylow
2014-04-15 15:19:00 -04:00
parent 8453ab3e76
commit 6c4cfd337e
5 changed files with 13 additions and 13 deletions

View File

@@ -233,7 +233,7 @@ public class Board {
// -------------------------------------------- //
public static Map<String, Map<String, String>> dumpAsSaveFormat() {
Map<String, Map<String, String>> worldCoordIds = new HashMap<>();
Map<String, Map<String, String>> worldCoordIds = new HashMap<String, Map<String, String>>();
String worldName, coords;
String id;