mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
call connect with monitor instead of the deprecated method
This commit is contained in:
parent
af0ffae2e4
commit
2e817deecd
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ public class SystemTableViewPart extends ViewPart
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
subsystem.connect();
|
subsystem.connect(monitor, false);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue