1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-11-26 05:39:54 +00:00
parent 3f48af6991
commit 8dc35f6030

View file

@ -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);