Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / kademlia / Contact.java
similarity index 97%
rename from examples/java/kademlia/Contact.java
rename to examples/java/dht/kademlia/Contact.java
index 0f95358..b52dcfb 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 Contact implements Comparable<Object> {
   private int id;