Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / chord / ChordTask.java
similarity index 93%
rename from examples/java/chord/ChordTask.java
rename to examples/java/dht/chord/ChordTask.java
index b78bb8f..0e5edfc 100644 (file)
@@ -4,9 +4,9 @@
 /* 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 chord;
+package dht.chord;
 
-import chord.Common;
+import dht.chord.Common;
 import org.simgrid.msg.Task;
 
 public class ChordTask extends Task {