mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Compile fix for bug 179293
This commit is contained in:
parent
ad5efaa543
commit
0ab189a725
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ public class AlarmService extends AbstractDsfService
|
|||
super.initialize(
|
||||
new RequestMonitor(getExecutor(), requestMonitor) {
|
||||
@Override
|
||||
protected void handleOK() {
|
||||
protected void handleSuccess() {
|
||||
// After super-class is finished initializing
|
||||
// perform TimerService initialization.
|
||||
doInitialize(requestMonitor);
|
||||
|
|
|
@ -108,7 +108,7 @@ public class TimerService extends AbstractDsfService
|
|||
super.initialize(
|
||||
new RequestMonitor(getExecutor(), requestMonitor) {
|
||||
@Override
|
||||
public void handleOK() {
|
||||
public void handleSuccess() {
|
||||
// After super-class is finished initializing
|
||||
// perform TimerService initialization.
|
||||
doInitialize(requestMonitor);
|
||||
|
|
Loading…
Add table
Reference in a new issue