Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/plugin.xml
index 8a2021cf2..ff2121a9f 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/plugin.xml
@@ -15,7 +15,7 @@
class="org.eclipse.tcf.te.runtime.concurrent.executors.SingleThreadedExecutorService">
<parameter
name="threadPoolNamePrefix"
- value="Target Explorer Single Thread Executor">
+ value="Single Thread Executor">
</parameter>
</class>
</executorService>

Back to the top