Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix minor issues in the management of Java Exceptions + comment process cancelled...
[simgrid.git] / src / bindings / java / org / simgrid / msg / Process.java
index 2fe319e..5791ccd 100644 (file)
@@ -378,8 +378,7 @@ public abstract class Process implements Runnable {
                        System.exit(1);
                }
                 catch(ProcessKilledError pk) {
                        System.exit(1);
                }
                 catch(ProcessKilledError pk) {
-                        
-                }      
+               }       
                exit();
        }
 
                exit();
        }