]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/intf/DiscoverAction.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / intf / DiscoverAction.java
index 36622d751241df0eaa6c7b37b34dea18685e89a4..cd116c0defa8613532c037d9e44fecf9f04ce277 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.export.core.intf;\r
-\r
-import java.util.Collection;\r
-\r
-import org.simantics.export.core.ExportContext;\r
-import org.simantics.export.core.error.ExportException;\r
-\r
-/**\r
- * Interface for implementations that discover content in workspace and \r
- * database. \r
- *\r
- * @author toni.kalajainen@semantum.fi\r
- */\r
-public interface DiscoverAction {\r
-               \r
-       /**\r
-        * Discover content. \r
-        * \r
-        * @param ctx\r
-        * @param startLocations\r
-        * @return a collection of content uris.\r
-        * @throws ExportException\r
-        */\r
-       Collection<String> discoverContent(ExportContext ctx, Collection<String> startLocations) throws ExportException;\r
-       \r
-}\r
+package org.simantics.export.core.intf;
+
+import java.util.Collection;
+
+import org.simantics.export.core.ExportContext;
+import org.simantics.export.core.error.ExportException;
+
+/**
+ * Interface for implementations that discover content in workspace and 
+ * database. 
+ *
+ * @author toni.kalajainen@semantum.fi
+ */
+public interface DiscoverAction {
+               
+       /**
+        * Discover content. 
+        * 
+        * @param ctx
+        * @param startLocations
+        * @return a collection of content uris.
+        * @throws ExportException
+        */
+       Collection<String> discoverContent(ExportContext ctx, Collection<String> startLocations) throws ExportException;
+       
+}