Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
define a process package in examples/java
[simgrid.git] / examples / java / process / suspend / LazyGuy.java
similarity index 96%
rename from examples/java/suspend/LazyGuy.java
rename to examples/java/process/suspend/LazyGuy.java
index 74231fe..b42bcce 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 suspend;
+package process.suspend;
 import org.simgrid.msg.Host;
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.Process;