Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups of the Java bindings:
[simgrid.git] / examples / java / comm_time / FinalizeTask.java
index 6fd6623..c3a10b3 100644 (file)
@@ -13,7 +13,7 @@ import simgrid.msg.*;
 public class FinalizeTask extends Task {
        
    public FinalizeTask() throws JniException, NativeException{
-      create("",0,0);
+      super("",0,0);
    }
 }
     
\ No newline at end of file