mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +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) {
|
public void handleException(Throwable exception) {
|
||||||
CCorePlugin.log(exception);
|
CCorePlugin.log(exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() throws Exception {
|
public void run() throws Exception {
|
||||||
listener.indexChanged(fIndexerStateEvent);
|
listener.indexChanged(fIndexerStateEvent);
|
||||||
|
@ -1069,6 +1070,7 @@ public class PDOMManager implements IWritableIndexManager, IListener {
|
||||||
public void handleException(Throwable exception) {
|
public void handleException(Throwable exception) {
|
||||||
CCorePlugin.log(exception);
|
CCorePlugin.log(exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() throws Exception {
|
public void run() throws Exception {
|
||||||
listener.indexChanged(fIndexChangeEvent);
|
listener.indexChanged(fIndexChangeEvent);
|
||||||
|
@ -1438,6 +1440,7 @@ public class PDOMManager implements IWritableIndexManager, IListener {
|
||||||
public void handleException(Throwable exception) {
|
public void handleException(Throwable exception) {
|
||||||
CCorePlugin.log(exception);
|
CCorePlugin.log(exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() throws Exception {
|
public void run() throws Exception {
|
||||||
p.onIndexerSetup(cproject);
|
p.onIndexerSetup(cproject);
|
||||||
|
|
Loading…
Add table
Reference in a new issue