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 / Node.java
index 4dfa77a..b316367 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;