1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-04-17 20:11:24 -07:00
parent e7ef578e94
commit 83cf5dc830

View file

@ -1032,6 +1032,7 @@ public class PDOMManager implements IWritableIndexManager, IListener {
public void handleException(Throwable exception) {
CCorePlugin.log(exception);
}
@Override
public void run() throws Exception {
listener.indexChanged(fIndexerStateEvent);
@ -1069,6 +1070,7 @@ public class PDOMManager implements IWritableIndexManager, IListener {
public void handleException(Throwable exception) {
CCorePlugin.log(exception);
}
@Override
public void run() throws Exception {
listener.indexChanged(fIndexChangeEvent);
@ -1438,6 +1440,7 @@ public class PDOMManager implements IWritableIndexManager, IListener {
public void handleException(Throwable exception) {
CCorePlugin.log(exception);
}
@Override
public void run() throws Exception {
p.onIndexerSetup(cproject);