Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use of SIMGRID_LIB_PATH and not SIMGRID_LIB
[simgrid.git] / examples / pingPong / PingPongTask.java
index 79fa7d2..eb6de9a 100644 (file)
@@ -5,7 +5,9 @@
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
 
-import simgrid.msg.*;
+package pingPong;
+import org.simgrid.msg.NativeException;
+import org.simgrid.msg.Task;
 
 public class PingPongTask extends Task {