1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix problems.

This commit is contained in:
Markus Schorn 2009-01-08 16:32:00 +00:00
parent 42fab5f121
commit d59380e098

View file

@ -251,7 +251,8 @@ public class IndexUI {
best= candidate;
}
}
return best;
if (best != null)
return best;
}
}
}