print out line op

This commit is contained in:
unknown
2015-04-08 17:40:22 +02:00
parent b8a7d9c02d
commit 254167ba15
+3
View File
@@ -49,6 +49,9 @@ public class Visitor {
this.objects = objects;
fillActions();
System.out.println(actions.size());
for (Action a : actions){
System.out.println("" + a.getStartTime());
}
target = 1;
finalTarget = 4;
}