mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[cleanup] Fix error message due to refactoring
This commit is contained in:
parent
38b35acc9b
commit
a91925a579
1 changed files with 6 additions and 6 deletions
|
@ -50,7 +50,7 @@ public class Activator extends SystemBasePlugin {
|
||||||
.getBundle("org.eclipse.rse.terminals.ui");
|
.getBundle("org.eclipse.rse.terminals.ui");
|
||||||
if (bundle != null) {
|
if (bundle != null) {
|
||||||
bundle
|
bundle
|
||||||
.loadClass("org.eclipse.rse.terminals.ui.TerminalServiceHelper");
|
.loadClass("org.eclipse.rse.internal.terminals.ui.TerminalServiceHelper");
|
||||||
|
|
||||||
}
|
}
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue