]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/intf/ContentTypeAction.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / intf / ContentTypeAction.java
index 567ca8d4dd321cded4230853a86e81514f0ec019..1c7faa965d804c0aa14169e5a523506201b8da0b 100644 (file)
@@ -1,21 +1,21 @@
-package org.simantics.export.core.intf;\r
-\r
-import java.util.Collection;\r
-import java.util.Map;\r
-\r
-import org.simantics.export.core.ExportContext;\r
-import org.simantics.export.core.error.ExportException;\r
-\r
-public interface ContentTypeAction {\r
-\r
-       /**\r
-        * Read labels for a collection of contents\r
-        * \r
-        * @param ctx \r
-        * @param contents\r
-        * @return labels\r
-        * @throws ExportException if failed to get a label\r
-        */\r
-       Map<String, String> getLabels( ExportContext ctx, Collection<String> contents ) throws ExportException;\r
-       \r
-}\r
+package org.simantics.export.core.intf;
+
+import java.util.Collection;
+import java.util.Map;
+
+import org.simantics.export.core.ExportContext;
+import org.simantics.export.core.error.ExportException;
+
+public interface ContentTypeAction {
+
+       /**
+        * Read labels for a collection of contents
+        * 
+        * @param ctx 
+        * @param contents
+        * @return labels
+        * @throws ExportException if failed to get a label
+        */
+       Map<String, String> getLabels( ExportContext ctx, Collection<String> contents ) throws ExportException;
+       
+}