]> AND Public Git Repository - simgrid.git/blobdiff - examples/java/mutualExclusion/RequestTask.java
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename SG_java -> simgrid-java.
[simgrid.git] / examples / java / mutualExclusion / RequestTask.java
index 4615509f1b36101af91b6fcaecb284c4c61da6ac..d9d9721a1619bc86e8e0e51f0d468708b71dec3a 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.Task;
 
 public class RequestTask extends Task {