Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java examples: align the package declaration with the directory name
[simgrid.git] / examples / java / mutualExclusion / Coordinator.java
index ad62a60..44fc41b 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
 
-package mutualExclusion.centralized;
+package mutualExclusion;
 import java.util.LinkedList;
 
 import org.simgrid.msg.Host;