Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a boolean field "finished" in Comm to prevent exceptions in Simix to happen
[simgrid.git] / org / simgrid / msg / Process.java
index abdd52c..82e6c4f 100644 (file)
@@ -224,7 +224,6 @@ public abstract class Process implements Runnable {
 
        /**
         * This method kill a process.
-        * @param process  the process to be killed.
         *
         */
        public native void kill();