mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Revert previous change to avoid breaking API
This commit is contained in:
parent
d1efedbdcb
commit
4317c992c8
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public class GDBBackend extends AbstractDsfService implements IGDBBackend {
|
|||
});
|
||||
}
|
||||
|
||||
private void doInitialize(final RequestMonitor requestMonitor) {
|
||||
public void doInitialize(final RequestMonitor requestMonitor) {
|
||||
|
||||
final Sequence.Step[] initializeSteps = new Sequence.Step[] {
|
||||
new GDBProcessStep(InitializationShutdownStep.Direction.INITIALIZING),
|
||||
|
|
Loading…
Add table
Reference in a new issue