1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Wrong bracket.

This commit is contained in:
Mikhail Khodjaiants 2003-11-05 23:24:27 +00:00
parent 1437abe67d
commit 6189ea9764

View file

@ -200,7 +200,6 @@ public class CBreakpointManager implements ICBreakpointManager, ICDIEventListene
if ( source instanceof ICDIBreakpoint )
handleBreakpointCreatedEvent( (ICDIBreakpoint)source );
}
}
else if ( event instanceof ICDIDestroyedEvent )
{
if ( source instanceof ICDIBreakpoint )
@ -212,6 +211,7 @@ public class CBreakpointManager implements ICBreakpointManager, ICDIEventListene
handleBreakpointChangedEvent( (ICDIBreakpoint)source );
}
}
}
public boolean isTargetBreakpoint( ICBreakpoint breakpoint )
{