Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanups and cosmetics of the example
[simgrid.git] / examples / java / basic / FinalizeTask.java
index 6fd6623..274ecd5 100644 (file)
@@ -13,7 +13,7 @@ import simgrid.msg.*;
 public class FinalizeTask extends Task {
        
    public FinalizeTask() throws JniException, NativeException{
-      create("",0,0);
+      super("finalize",0,0);
    }
 }
     
\ No newline at end of file