]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/ExternalFileLoader.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph.compiler / src / org / simantics / graph / compiler / ExternalFileLoader.java
index 1bc2617ead84628d997f38a2b322f439e6e16465..d44918165e8d5435b8439969073272abd16ca078 100644 (file)
@@ -1,7 +1,7 @@
-package org.simantics.graph.compiler;\r
-\r
-import java.io.IOException;\r
-\r
-public interface ExternalFileLoader {\r
-       byte[] load(String fileName) throws IOException;\r
-}\r
+package org.simantics.graph.compiler;
+
+import java.io.IOException;
+
+public interface ExternalFileLoader {
+       byte[] load(String fileName) throws IOException;
+}