1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 14:15:50 +02:00

call connect(boolean) instead of connect() when in the connectnoshelljob

This commit is contained in:
David McKnight 2006-09-18 20:24:14 +00:00
parent daa1d12771
commit 7eee05d6c0

View file

@ -189,7 +189,7 @@ public abstract class SubSystem extends RSEModelObject implements IAdaptable, IS
try
{
connect();
connect(false);
}
catch (Exception e)
{