Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
and now a dht package + cmake factoring
[simgrid.git] / examples / java / dht / chord / Main.java
similarity index 95%
rename from examples/java/chord/Chord.java
rename to examples/java/dht/chord/Main.java
index 954b50f..44e2425 100644 (file)
@@ -4,11 +4,11 @@
 /* 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;
 
 import org.simgrid.msg.Msg;
 
-public class Chord {
+public class Main {
   public static void main(String[] args) {
     Msg.init(args);
     if(args.length < 2) {