Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / chord / Common.java
similarity index 97%
rename from examples/java/chord/Common.java
rename to examples/java/dht/chord/Common.java
index 2bda081..25672cd 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;
 
 public class Common {
   public final static int COMM_SIZE = 10;