small cleanup

This commit is contained in:
honfika@gmail.com
2014-08-31 16:18:19 +02:00
parent 5f76dfcdb5
commit 05e6edb9ce
16 changed files with 543 additions and 656 deletions

View File

@@ -1147,7 +1147,7 @@ public class Main {
if (!ver.changes.containsKey(changeType)) {
ver.changes.put(changeType, new ArrayList<String>());
}
java.util.List<String> chlist = ver.changes.get(changeType);
List<String> chlist = ver.changes.get(changeType);
chlist.add(change);
}
}