]> 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 0ed4d54c80d906930d6cbbded76bb2efec73b154..e368c3ab47c9e98d1e99ae59b5f3e2297aded8fb 100644 (file)
@@ -4,13 +4,11 @@
  * 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. 
  */
-package mutualExclusion.centralized;
+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