]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/intf/Publisher.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / intf / Publisher.java
index fdd10b5cf15ba06f118dc4952a26703b2081efdb..c9cde4528c71c6ac6f0c872736e01ef3cad8406a 100644 (file)
@@ -1,33 +1,33 @@
-package org.simantics.export.core.intf;\r
-\r
-import org.simantics.export.core.error.ExportException;\r
-\r
-/**\r
- * Publisher\r
- *\r
- * @author toni.kalajainen@semantum.fi\r
- */\r
-public interface Publisher {\r
-\r
-       /**\r
-        * Identifier of the publiser extension.\r
-        * \r
-        * @return id\r
-        */\r
-       String id();\r
-       \r
-       /**\r
-        * Label of the publisher\r
-        * @return the label\r
-        */\r
-       String label();\r
-       \r
-       /**\r
-        * Create class for publishing data.\r
-        * \r
-        * @return\r
-        * @throws ExportException\r
-        */\r
-       PublisherClass publisherClass() throws ExportException;\r
-       \r
-}\r
+package org.simantics.export.core.intf;
+
+import org.simantics.export.core.error.ExportException;
+
+/**
+ * Publisher
+ *
+ * @author toni.kalajainen@semantum.fi
+ */
+public interface Publisher {
+
+       /**
+        * Identifier of the publiser extension.
+        * 
+        * @return id
+        */
+       String id();
+       
+       /**
+        * Label of the publisher
+        * @return the label
+        */
+       String label();
+       
+       /**
+        * Create class for publishing data.
+        * 
+        * @return
+        * @throws ExportException
+        */
+       PublisherClass publisherClass() throws ExportException;
+       
+}