mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 16:15:25 +02:00
static method call warning fix
This commit is contained in:
parent
98f45d6697
commit
9437e74f89
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
|
|||
}
|
||||
if (shell == null)
|
||||
{
|
||||
shell = RSEUIPlugin.getActiveWorkbenchShell();
|
||||
shell = SystemBasePlugin.getActiveWorkbenchShell();
|
||||
}
|
||||
|
||||
if (supportsPassword() || supportsUserId()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue