Added method for preprocessing
This commit is contained in:
parent
c16408b282
commit
007a8d12ef
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ public class XmlPreprocessor {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void doLogicPreprocessing(Element root) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public static class ModCheckResults {
|
public static class ModCheckResults {
|
||||||
|
|
||||||
private TreeMap<String, String> mods;
|
private TreeMap<String, String> mods;
|
||||||
|
|
Loading…
Add table
Reference in a new issue