Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mutualExclusion -> app/centralizedmutex
[simgrid.git] / examples / java / app / centralizedmutex / ReleaseTask.java
@@ -4,5 +4,5 @@
 /* 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;
 public class ReleaseTask extends org.simgrid.msg.Task {}