1
0
Fork 0
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:
David McKnight 2007-05-25 15:23:46 +00:00
parent af0ffae2e4
commit 2e817deecd

View file

@ -680,7 +680,7 @@ public class SystemTableViewPart extends ViewPart
{
try
{
subsystem.connect();
subsystem.connect(monitor, false);
}
catch (Exception e)
{