X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graphviz%2Fsrc%2Forg%2Fsimantics%2Fgraphviz%2Fcontinuation%2FComputationThread.java;h=4d5d113ff75fa9bdc10cfc467785f930fea8a671;hp=429999615c20f6b1ead595e625d110d99bf1612e;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/continuation/ComputationThread.java b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/continuation/ComputationThread.java index 429999615..4d5d113ff 100644 --- a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/continuation/ComputationThread.java +++ b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/continuation/ComputationThread.java @@ -1,11 +1,11 @@ -package org.simantics.graphviz.continuation; - -public abstract class ComputationThread extends Computation implements Runnable { - - Thread thread = new Thread(this); - - public void start() { - thread.start(); - } - -} +package org.simantics.graphviz.continuation; + +public abstract class ComputationThread extends Computation implements Runnable { + + Thread thread = new Thread(this); + + public void start() { + thread.start(); + } + +}