Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mutualExclusion -> app/centralizedmutex
[simgrid.git] / examples / java / app / centralizedmutex / Node.java
similarity index 97%
rename from examples/java/mutualExclusion/Node.java
rename to examples/java/app/centralizedmutex/Node.java
index 353dfd7..b8fd1d1 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;
+package app.centralizedmutex;
 
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.Host;