Breakpoint.PROP_ENABLED,
this);
}
private void removeAnnotation(QuorumBreakpoint b) {
BreakpointAnnotation annotation = breakpointToAnnotation.remove(b);
if (annotation == null) {
return;
}
annotation.detach();
b.removePropertyChangeListener(
Breakpoint.PROP_ENABLED,
this);
}