Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make JniException a runtime exception, nobody wants to survive this
[simgrid.git] / src / java / simgrid / msg / NativeException.java
index 1882a61..deffee5 100644 (file)
@@ -17,13 +17,6 @@ package simgrid.msg;
 public class NativeException extends MsgException {
        private static final long serialVersionUID = 1L;
 
-       /*
-        * Constructs an <code>NativeException</code> without a 
-        * detail message. 
-        *
-               public NativeException() {
-               super();
-               }*/
        /**
         * Constructs an <code>NativeException</code> with a detail message. 
         *