]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Importer.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / intf / Importer.java
index b4ca8323d401909705a19b8553d07c247b0ce868..b8daa409f1b2fae85809d3aee0d3b29675ecfc77 100644 (file)
@@ -1,23 +1,23 @@
-package org.simantics.export.core.intf;\r
-\r
-import org.simantics.export.core.error.ExportException;\r
-\r
-/**\r
- * Importer Extension \r
- *\r
- * @author toni.kalajainen@semantum.fi\r
- */\r
-public interface Importer {\r
-       \r
-       String formatId();\r
-       \r
-       String contentTypeId();\r
-\r
-       /**\r
-        * Code that imports the content using format_type specific reader.\r
-        * @return\r
-        * @throws ExportException \r
-        */\r
-       ImportAction importAction() throws ExportException;\r
-       \r
-}\r
+package org.simantics.export.core.intf;
+
+import org.simantics.export.core.error.ExportException;
+
+/**
+ * Importer Extension 
+ *
+ * @author toni.kalajainen@semantum.fi
+ */
+public interface Importer {
+       
+       String formatId();
+       
+       String contentTypeId();
+
+       /**
+        * Code that imports the content using format_type specific reader.
+        * @return
+        * @throws ExportException 
+        */
+       ImportAction importAction() throws ExportException;
+       
+}