Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add bugged1_liveness_visited.tesh in CMakeLists.txt
[simgrid.git] / examples / java / mutualExclusion / Node.java
index 4dfa77a3c8a84eef84d356fdfb5d1aaedc69c4c0..b316367208940b7d90291956743220c484db631d 100644 (file)
@@ -4,7 +4,7 @@
  * 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.Host;
 import org.simgrid.msg.Msg;