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

Public GIT Repository
compile new example(cherry picked from commit 9a6d1a5f9568d67edc3871161782c2cc39586637)
[simgrid.git] / examples / java / mutualExclusion / GrantTask.java
index e9bdda057eb1f9602124aa79aa31dffb22eddce2..60d59e20efdc385643fd6fe73e43feb9dd360ac9 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;