stable mlp version
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / Conflict.java
index 5b5f55073d14ca3e21dc1297df50453885d25eec..e257db6c7c1a8e3d85cdf64ac01c116f7c9109e2 100755 (executable)
@@ -1,6 +1,6 @@
 // This class memorizes a conflict
 
-class Conflict {
+public class Conflict {
   public Point4d coordinates; // its position
   public Flight flight1, flight2; // the two flights involved in the conflict