Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill ALL trailing whitespace (and deprecate a function in Link)
[simgrid.git] / src / bindings / java / org / simgrid / msg / MsgException.java
index c93ace1..6c0e709 100644 (file)
@@ -15,7 +15,7 @@ public abstract class MsgException extends Exception {
        public MsgException() {
                super();
        }
-       /** Constructs an <code>MsgException</code> with a detail message. */ 
+       /** Constructs an <code>MsgException</code> with a detail message. */
        public MsgException(String msg) {
                super(msg);
        }