Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
define a process package in examples/java
[simgrid.git] / examples / java / process / migration / Policeman.java
similarity index 97%
rename from examples/java/migration/Policeman.java
rename to examples/java/process/migration/Policeman.java
index 3bdde64..d078cfb 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 migration;
+package process.migration;
 
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.Host;