]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ltk/src/org/simantics/ltk/ISource.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.ltk / src / org / simantics / ltk / ISource.java
index 29f0b662a0991e297ca22b84eebc1c2ee7346124..af5c3654d26a1145c0accccd43babf00fe14805c 100644 (file)
@@ -1,12 +1,12 @@
-package org.simantics.ltk;\r
-\r
-import java.io.IOException;\r
-import java.io.InputStream;\r
-\r
-public interface ISource {\r
-       String getName();\r
-       InputStream open() throws IOException;  \r
-       int length() throws IOException;\r
-       int startPos();\r
-       int startLine();\r
-}\r
+package org.simantics.ltk;
+
+import java.io.IOException;
+import java.io.InputStream;
+
+public interface ISource {
+       String getName();
+       InputStream open() throws IOException;  
+       int length() throws IOException;
+       int startPos();
+       int startLine();
+}