Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / kademlia / Node.java
similarity index 99%
rename from examples/java/kademlia/Node.java
rename to examples/java/dht/kademlia/Node.java
index 5dd2ae2..5b570ec 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 kademlia;
+package dht.kademlia;
 
 import org.simgrid.msg.Host;