]> AND Public Git Repository - simgrid.git/blobdiff - examples/java/mutualExclusion/MutexCentral.java
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile new example(cherry picked from commit 9a6d1a5f9568d67edc3871161782c2cc39586637)
[simgrid.git] / examples / java / mutualExclusion / MutexCentral.java
index 94702a6ca6bc92b0bb0b219a672dbfc6a24b3052..e368c3ab47c9e98d1e99ae59b5f3e2297aded8fb 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