Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
java does not like uppercased packages
[simgrid.git] / examples / java / async / waitall / Sender.java
similarity index 98%
rename from examples/java/async/waitAll/Sender.java
rename to examples/java/async/waitall/Sender.java
index eea0a76..c09e0f2 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.Comm;
 import org.simgrid.msg.Host;