Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / kademlia / PingTask.java
similarity index 94%
rename from examples/java/kademlia/PingTask.java
rename to examples/java/dht/kademlia/PingTask.java
index eacfb1d..a9dbab3 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;
 
 public class PingTask extends KademliaTask {
   public PingTask(int senderId) {