]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/src/org/simantics/graphviz/continuation/ComputationThread.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graphviz / src / org / simantics / graphviz / continuation / ComputationThread.java
index 429999615c20f6b1ead595e625d110d99bf1612e..4d5d113ff75fa9bdc10cfc467785f930fea8a671 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.graphviz.continuation;\r
-\r
-public abstract class ComputationThread<T> extends Computation<T> implements Runnable {\r
-\r
-    Thread thread = new Thread(this);\r
-    \r
-    public void start() {\r
-        thread.start();\r
-    }\r
-    \r
-}\r
+package org.simantics.graphviz.continuation;
+
+public abstract class ComputationThread<T> extends Computation<T> implements Runnable {
+
+    Thread thread = new Thread(this);
+    
+    public void start() {
+        thread.start();
+    }
+    
+}