Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java examples: reorg the imports
[simgrid.git] / examples / java / mutualExclusion / MutexCentral.java
index 94702a6..e368c3a 100644 (file)
@@ -9,8 +9,6 @@ package mutualExclusion;
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.NativeException;
 
-import org.simgrid.msg.*;
-
 public class MutexCentral {
 
        /* This only contains the launcher. If you do nothing more than than you can run