Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / kademlia / KademliaTask.java
similarity index 92%
rename from examples/java/kademlia/KademliaTask.java
rename to examples/java/dht/kademlia/KademliaTask.java
index 0a549b4..ebb4670 100644 (file)
@@ -4,8 +4,8 @@
 /* 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;
-import kademlia.Common;
+package dht.kademlia;
+import dht.kademlia.Common;
 
 import org.simgrid.msg.Task;