]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/parsing/exceptions/SCLSyntaxErrorException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / parsing / exceptions / SCLSyntaxErrorException.java
index 08e48c4487e5e5663d776ecde8fac02b3bd4b243..fbf3297e604bc4234719f06af20228dbefa99dea 100644 (file)
@@ -1,16 +1,16 @@
-package org.simantics.scl.compiler.internal.parsing.exceptions;\r
-\r
-\r
-\r
-public class SCLSyntaxErrorException extends RuntimeException {\r
-\r
-    private static final long serialVersionUID = -3346141636177900501L;\r
-\r
-    public long location;\r
-    \r
-    public SCLSyntaxErrorException(long location, String description) {\r
-        super(description);\r
-        this.location = location;\r
-    }\r
-\r
-}\r
+package org.simantics.scl.compiler.internal.parsing.exceptions;
+
+
+
+public class SCLSyntaxErrorException extends RuntimeException {
+
+    private static final long serialVersionUID = -3346141636177900501L;
+
+    public long location;
+    
+    public SCLSyntaxErrorException(long location, String description) {
+        super(description);
+        this.location = location;
+    }
+
+}