mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Cosmetics.
This commit is contained in:
parent
e7ef578e94
commit
83cf5dc830
1 changed files with 7 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue