1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 04:45:38 +02:00

Bug 433329: Fix comment in code

Change-Id: Ie661ab193a0b081240ba4c7dd7a9fe65ed59b6c9
This commit is contained in:
Jonah Graham 2018-07-25 13:26:48 +01:00
parent 0127ad7c93
commit 9853ba09d9

View file

@ -1366,7 +1366,7 @@ public class MIBreakpointsManager extends AbstractDsfService implements IBreakpo
// from the MIBreakpointsSynchronizer (through the gdb console). In that case the
// platform bp gets created, and the targetFilter gets set by MIBreakpointsSynchronizer
// before the call to breakpointAdded() is made and we get to here.
// Bug 433339
// Bug 433329
filterExtension.setTargetFilter(containerDmc);
}
}
@ -1678,7 +1678,7 @@ public class MIBreakpointsManager extends AbstractDsfService implements IBreakpo
// erase the content of that previous entry.
// This could theoretically happen if the targetFilter is set by
// someone else, before this method is called.
// Bug 433339
// Bug 433329
filterExt.setTargetFilter(containerDmc);
}