mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Cosmetics.
This commit is contained in:
parent
3f48af6991
commit
8dc35f6030
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ public class IndexUpdatePolicy {
|
|||
IPDOMIndexerTask task= null;
|
||||
if (fKind == MANUAL || isNullIndexer()) {
|
||||
clearTUs();
|
||||
}
|
||||
else if (fIndexer != null) {
|
||||
} else if (fIndexer != null) {
|
||||
if (oldPolicy == MANUAL) {
|
||||
task= new PDOMUpdateTask(fIndexer,
|
||||
IIndexManager.UPDATE_CHECK_TIMESTAMPS | IIndexManager.UPDATE_CHECK_CONTENTS_HASH);
|
||||
|
|
Loading…
Add table
Reference in a new issue