]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.excel/src/org/simantics/excel/ExcelException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.excel / src / org / simantics / excel / ExcelException.java
index 638832720cd5e29d7d62ec92cc3cd40b9d663968..555d7b5b61d2e4a7e83009563c32f63df83265eb 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.excel;\r
-\r
-public class ExcelException extends Exception {\r
-\r
-       private static final long serialVersionUID = 8501225029888457819L;\r
-       \r
-       public ExcelException(Throwable cause) {\r
-               super(cause);\r
-       }\r
-\r
-}\r
+package org.simantics.excel;
+
+public class ExcelException extends Exception {
+
+       private static final long serialVersionUID = 8501225029888457819L;
+       
+       public ExcelException(Throwable cause) {
+               super(cause);
+       }
+
+}