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 / TaskCancelledException.java
index d63f7a1..0d4c876 100644 (file)
@@ -9,7 +9,7 @@ package org.simgrid.msg;
 public class TaskCancelledException extends MsgException {
        private static final long serialVersionUID = 1L;
 
-       /** Constructs an <code>TaskCancelledException</code> without a detail message. */ 
+       /** Constructs an <code>TaskCancelledException</code> without a detail message. */
        public TaskCancelledException() {
                super();
        }