1
0
Fork 0
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:
David McKnight 2006-09-13 14:41:06 +00:00
parent 98f45d6697
commit 9437e74f89

View file

@ -506,7 +506,7 @@ public abstract class AbstractConnectorService extends RSEModelObject implements
}
if (shell == null)
{
shell = RSEUIPlugin.getActiveWorkbenchShell();
shell = SystemBasePlugin.getActiveWorkbenchShell();
}
if (supportsPassword() || supportsUserId()) {