these files were accidentally not commited in the last 2 commit, sorry

This commit is contained in:
Honfika
2013-09-09 18:07:42 +02:00
parent 92603f3406
commit 97385bd634
7 changed files with 7 additions and 8 deletions
@@ -134,7 +134,6 @@ public class Traits implements Serializable {
} else {
traitConvertTasks = new ArrayList<>();
}
pcode = true;
for (int t = 0; t < traits.length; t++) {
TraitConvertTask task = new TraitConvertTask(traits[t], makePackages, path, abcTags, abc, isStatic, pcode, scriptIndex, classIndex, highlighting, fullyQualifiedNames, t, parallel);
if (parallel) {