Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix java and build
[simgrid.git] / src / bindings / java / org / simgrid / msg / Process.java
index 80c31a7..7cfebdb 100644 (file)
@@ -147,11 +147,8 @@ public abstract class Process implements Runnable {
        
        /**
         * This method kills all running process of the simulation.
-        *
-        * @return                              The function returns the PID of the next created process.
-        *                      
         */
-       public static native int killAll();
+       public static native void killAll();
 
        /** Simply kills the receiving process.
         *