Added method for preprocessing

This commit is contained in:
Francesco Macagno 2015-08-29 13:14:26 -07:00
parent c16408b282
commit 007a8d12ef

View file

@ -77,6 +77,10 @@ public class XmlPreprocessor {
}
public static void doLogicPreprocessing(Element root) {
}
public static class ModCheckResults {
private TreeMap<String, String> mods;