mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +02:00
Bug 433329: Fix comment in code
Change-Id: Ie661ab193a0b081240ba4c7dd7a9fe65ed59b6c9
This commit is contained in:
parent
0127ad7c93
commit
9853ba09d9
1 changed files with 2 additions and 2 deletions
|
@ -1366,7 +1366,7 @@ public class MIBreakpointsManager extends AbstractDsfService implements IBreakpo
|
||||||
// from the MIBreakpointsSynchronizer (through the gdb console). In that case the
|
// from the MIBreakpointsSynchronizer (through the gdb console). In that case the
|
||||||
// platform bp gets created, and the targetFilter gets set by MIBreakpointsSynchronizer
|
// platform bp gets created, and the targetFilter gets set by MIBreakpointsSynchronizer
|
||||||
// before the call to breakpointAdded() is made and we get to here.
|
// before the call to breakpointAdded() is made and we get to here.
|
||||||
// Bug 433339
|
// Bug 433329
|
||||||
filterExtension.setTargetFilter(containerDmc);
|
filterExtension.setTargetFilter(containerDmc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1678,7 +1678,7 @@ public class MIBreakpointsManager extends AbstractDsfService implements IBreakpo
|
||||||
// erase the content of that previous entry.
|
// erase the content of that previous entry.
|
||||||
// This could theoretically happen if the targetFilter is set by
|
// This could theoretically happen if the targetFilter is set by
|
||||||
// someone else, before this method is called.
|
// someone else, before this method is called.
|
||||||
// Bug 433339
|
// Bug 433329
|
||||||
filterExt.setTargetFilter(containerDmc);
|
filterExt.setTargetFilter(containerDmc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue