2010-09-15 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug287563
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / request / TmfRequestExecutor.java
index 26c3416cd6ce8f4bfa51057c61a50204a325c45d..d6245819ca76e21f033add0b7d4abb5e5bb134eb 100644 (file)
@@ -35,7 +35,7 @@ public class TmfRequestExecutor implements Executor {
                public int compare(TmfThread o1, TmfThread o2) {
                        if (o1.getExecType() == o2.getExecType())
                                return 0;
-                       if (o1.getExecType() == ExecutionType.SHORT)
+                       if (o1.getExecType() == ExecutionType.BACKGROUND)
                                return 1;
                        return -1;
                }
This page took 0.023315 seconds and 5 git commands to generate.