Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add kademlia example
[simgrid.git] / examples / commTime / CommTimeTest.java
index ef31c0b..861b895 100644 (file)
@@ -5,8 +5,9 @@
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
 
-
-import simgrid.msg.*;
+package commTime;
+import org.simgrid.msg.Msg;
+import org.simgrid.msg.NativeException;
 
 public class CommTimeTest {