Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / chord / Node.java
similarity index 99%
rename from examples/java/chord/Node.java
rename to examples/java/dht/chord/Node.java
index 6456b6b..0216108 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 chord;
+package dht.chord;
 
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.Comm;