Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Huge commit for java with simgrid3_5
[simgrid.git] / examples / pingPong / PingPongTest.java
index 48c86b1..4103286 100644 (file)
@@ -7,8 +7,9 @@
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
-
-import simgrid.msg.*;
+package pingPong;
+import org.simgrid.msg.Msg;
+import org.simgrid.msg.NativeException;
  
 public class PingPongTest  {
 
@@ -19,6 +20,7 @@ public class PingPongTest  {
     
     public static void main(String[] args) throws NativeException {
        
+    
        /* initialize the MSG simulation. Must be done before anything else (even logging). */
        Msg.init(args);