mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
doIntialize() should be private
This commit is contained in:
parent
8b279e5b8d
commit
d1efedbdcb
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public class GDBBackend extends AbstractDsfService implements IGDBBackend {
|
|||
});
|
||||
}
|
||||
|
||||
public void doInitialize(final RequestMonitor requestMonitor) {
|
||||
private 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