mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Wrong bracket.
This commit is contained in:
parent
1437abe67d
commit
6189ea9764
1 changed files with 10 additions and 10 deletions
|
@ -200,7 +200,6 @@ public class CBreakpointManager implements ICBreakpointManager, ICDIEventListene
|
||||||
if ( source instanceof ICDIBreakpoint )
|
if ( source instanceof ICDIBreakpoint )
|
||||||
handleBreakpointCreatedEvent( (ICDIBreakpoint)source );
|
handleBreakpointCreatedEvent( (ICDIBreakpoint)source );
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else if ( event instanceof ICDIDestroyedEvent )
|
else if ( event instanceof ICDIDestroyedEvent )
|
||||||
{
|
{
|
||||||
if ( source instanceof ICDIBreakpoint )
|
if ( source instanceof ICDIBreakpoint )
|
||||||
|
@ -212,6 +211,7 @@ public class CBreakpointManager implements ICBreakpointManager, ICDIEventListene
|
||||||
handleBreakpointChangedEvent( (ICDIBreakpoint)source );
|
handleBreakpointChangedEvent( (ICDIBreakpoint)source );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public boolean isTargetBreakpoint( ICBreakpoint breakpoint )
|
public boolean isTargetBreakpoint( ICBreakpoint breakpoint )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue