Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renamed basic example to "masterslave" (more accurate)
[simgrid.git] / examples / masterslave / FinalizeTask.java
similarity index 93%
rename from examples/basic/FinalizeTask.java
rename to examples/masterslave/FinalizeTask.java
index 7034e4c..c95e455 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
 
-package basic;
+package masterslave;
 import org.simgrid.msg.Task;
 
 public class FinalizeTask extends Task {       
@@ -13,4 +13,4 @@ public class FinalizeTask extends Task {
       super("finalize",0,0);
    }
 }
-    
\ No newline at end of file
+