mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +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
|
||||
{
|
||||
subsystem.connect();
|
||||
subsystem.connect(monitor, false);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue