mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Fix typo
This commit is contained in:
parent
47896eb130
commit
47f4d7d7a8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class TestSubsystemTestCase extends RSEBaseConnectionTestCase {
|
|||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
|
||||
// all view managment must happen in the UI thread!
|
||||
// all view management must happen in the UI thread!
|
||||
PlatformUI.getWorkbench().getDisplay().syncExec(new Runnable() {
|
||||
public void run() {
|
||||
// For the test subsystem test case we need the RSE remote systems view
|
||||
|
|
Loading…
Add table
Reference in a new issue