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

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-09-12 18:13:00 -07:00
parent 7065e4648d
commit d6e2e3bbf6

View file

@ -59,7 +59,7 @@ public class PDOMSearchTextSelectionQuery extends PDOMSearchQuery {
if (searchName != null) {
label= searchName.toString();
IBinding binding= searchName.resolveBinding();
if (binding instanceof IProblemBinding == false) {
if (!(binding instanceof IProblemBinding)) {
if (binding != null) {
IScope scope= null;
try {