X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1093a7b2c198879bbf0aba14b2ef4340c4de4317..4402a2f5346abec910e7ff8551fccb030a7ba823:/src/java/simgrid/msg/NativeException.java diff --git a/src/java/simgrid/msg/NativeException.java b/src/java/simgrid/msg/NativeException.java index 1882a61bf4..deffee5732 100644 --- a/src/java/simgrid/msg/NativeException.java +++ b/src/java/simgrid/msg/NativeException.java @@ -17,13 +17,6 @@ package simgrid.msg; public class NativeException extends MsgException { private static final long serialVersionUID = 1L; - /* - * Constructs an NativeException without a - * detail message. - * - public NativeException() { - super(); - }*/ /** * Constructs an NativeException with a detail message. *