Pass around pointer to D2 as an argument to everything, rather than stash the pointer...
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / FixList.java
index dd7186b46834a45ea917f3d9b49ba132229d2ae8..b2b3e7379394370049c9113a6828a3bb9d30eb78 100755 (executable)
@@ -38,6 +38,7 @@ public class FixList {
     }
     System.out.println("Fix not found - "+name);
     System.exit(-1);
+    return 0;
   }
 
   public /*static*/ Fix getFix(String name) {
@@ -48,6 +49,7 @@ public class FixList {
     }
     System.out.println("Fix not found - "+name);
     System.exit(-1);
+    return null;
   }
 
   public /*static*/ void printInfo() {