Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused tesh files.
[simgrid.git] / examples / mutualExclusion / centralized / MutexCentral.java
index f6a747a..425ac49 100644 (file)
@@ -7,8 +7,12 @@
  * 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;
 
-import simgrid.msg.*;
+import org.simgrid.msg.Msg;
+import org.simgrid.msg.NativeException;
+
+import org.simgrid.msg.*;
 
 public class MutexCentral {