Java code formatting, Interface action item block fixed

This commit is contained in:
Honfika
2014-02-25 18:51:10 +01:00
parent 1e3a67ec1c
commit da7ce42746
95 changed files with 1427 additions and 1332 deletions
@@ -29,7 +29,6 @@ public class SourceGeneratorLocalData implements Serializable {
public Integer inFunction;
public Boolean inMethod;
public Integer forInLevel;
public SourceGeneratorLocalData(HashMap<String, Integer> registerVars, Integer inFunction, Boolean inMethod, Integer forInLevel) {
this.registerVars = registerVars;