X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc1751d13a6d2673b003820533ff1de78b540f43:/examples/java/chord/ChordTask.java..ce2a02a088fe07b61de72c882d6e6a1f620d573b:/examples/java/dht/chord/ChordTask.java diff --git a/examples/java/chord/ChordTask.java b/examples/java/dht/chord/ChordTask.java similarity index 93% rename from examples/java/chord/ChordTask.java rename to examples/java/dht/chord/ChordTask.java index b78bb8fcc3..0e5edfc8cb 100644 --- a/examples/java/chord/ChordTask.java +++ b/examples/java/dht/chord/ChordTask.java @@ -4,9 +4,9 @@ /* 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 chord.Common; +import dht.chord.Common; import org.simgrid.msg.Task; public class ChordTask extends Task {