Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java does not like uppercased packages
[simgrid.git] / examples / java / async / waitall / Receiver.java
similarity index 98%
rename from examples/java/async/waitAll/Receiver.java
rename to examples/java/async/waitall/Receiver.java
index 84444fa..7296bfb 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 async.waitAll;
+package async.waitall;
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.Comm;
 import org.simgrid.msg.Host;