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