little benchmark cleanup changes
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / Message.java
index 4e2a3aebc80fec32b9fb7a9a2ea4e999a247ad2e..08c7e4f6bb8f762c07f158fa185f578715723583 100755 (executable)
@@ -60,7 +60,7 @@ public class Message {
 
     if (type.compareTo("ADD_FLIGHT_PLAN")==0) {
       System.out.println("Adding flight plan...");
-      d2.getFlightList().addFlightPlan(d2,time,parameters);            
+      d2.getFlightList().addFlightPlan(d2,time,parameters);
     }
     else if (type.compareTo("REMOVE_FLIGHT_PLAN")==0) {
       System.out.println("Removing flight plan...");