]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.linking.ui/src/org/simantics/document/linking/report/templates/ReportWriter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.linking.ui / src / org / simantics / document / linking / report / templates / ReportWriter.java
index 3c929bdaeebb7c5e74b6173699d766d15734cc69..f827154ee41b6ec65099d77b6d4065ee3d8cbf1b 100644 (file)
@@ -1,17 +1,17 @@
-package org.simantics.document.linking.report.templates;\r
-\r
-import java.util.List;\r
-import java.util.Map;\r
-\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.document.linking.report.Document;\r
-\r
-\r
-public interface ReportWriter<T> {\r
-       String getName();\r
-       \r
-       void start(ReadGraph graph, Resource model, Document writer, Map<Object,Object> context) throws Exception;\r
-       public List<T> getReportItems(ReadGraph graph) throws Exception;\r
-       void write(T previous, T current, T next, Document lineWriter) throws Exception; \r
+package org.simantics.document.linking.report.templates;
+
+import java.util.List;
+import java.util.Map;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.document.linking.report.Document;
+
+
+public interface ReportWriter<T> {
+       String getName();
+       
+       void start(ReadGraph graph, Resource model, Document writer, Map<Object,Object> context) throws Exception;
+       public List<T> getReportItems(ReadGraph graph) throws Exception;
+       void write(T previous, T current, T next, Document lineWriter) throws Exception; 
 }
\ No newline at end of file