]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graph/src/org/simantics/graph/IResourceFile.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graph / src / org / simantics / graph / IResourceFile.java
index 4d1f8b6e57cccf66ac40f46519723c7705babf48..63271a852ded67f97a7fc69dfe158b79b310b228 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.graph;\r
-\r
-import java.io.InputStream;\r
-import java.io.Writer;\r
-\r
-public interface IResourceFile {\r
-\r
-       String getPackageName();\r
-       String getClassName();\r
-       void write(Writer writer);\r
-       InputStream getContent();\r
-       String getFileName();\r
-\r
+package org.simantics.graph;
+
+import java.io.InputStream;
+import java.io.Writer;
+
+public interface IResourceFile {
+
+       String getPackageName();
+       String getClassName();
+       void write(Writer writer);
+       InputStream getContent();
+       String getFileName();
+
 }
\ No newline at end of file