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