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 / ReleaseTask.java
index a33bf24..46db893 100644 (file)
@@ -4,6 +4,6 @@
  * 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;
 public class ReleaseTask extends org.simgrid.msg.Task {
 }