use yaml to configure lang

This commit is contained in:
Sola
2015-12-09 19:23:47 +08:00
parent 50bde7336e
commit cd473d0997
7 changed files with 69 additions and 45 deletions

View File

@@ -13,7 +13,7 @@ import java.util.Map;
public class Status {
public static final int UNCHECKED = 0;
public static final int UNSOLVED = 9;
public static final int SOLVED = 9;
public static final Map<Integer, String> inverseMap = new HashMap<>();