]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.team.ui/src/org/simantics/team/internal/ImportCoordinator.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.team.ui / src / org / simantics / team / internal / ImportCoordinator.java
index 823403f5631efb22e8797958e60d59b8dc38afa7..3257e2182982687c105ae760ecb900bf7948b833 100644 (file)
@@ -1,26 +1,26 @@
-package org.simantics.team.internal;\r
-\r
-/**\r
- * A parallel interface for ITaskManager suited for use with the\r
- * org.simantics.datatype MethodInterface RPC mechanism.\r
- * \r
- * Differences:\r
- *  - void return values not supported (will be supported in the future)\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public interface ImportCoordinator {\r
-\r
-    int completed(double amount);\r
-    int subTask(String name);\r
-    int error(Exception e);\r
-    int error(String message, Exception e);\r
-    int error(String message);\r
-    int warning(String message);\r
-    int message(String message);\r
-    int debug(String message);\r
-    boolean isCanceled();\r
-\r
-    int sendData(String key, String value);\r
-\r
-}\r
+package org.simantics.team.internal;
+
+/**
+ * A parallel interface for ITaskManager suited for use with the
+ * org.simantics.datatype MethodInterface RPC mechanism.
+ * 
+ * Differences:
+ *  - void return values not supported (will be supported in the future)
+ * 
+ * @author Tuukka Lehtonen
+ */
+public interface ImportCoordinator {
+
+    int completed(double amount);
+    int subTask(String name);
+    int error(Exception e);
+    int error(String message, Exception e);
+    int error(String message);
+    int warning(String message);
+    int message(String message);
+    int debug(String message);
+    boolean isCanceled();
+
+    int sendData(String key, String value);
+
+}