mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
7065e4648d
commit
d6e2e3bbf6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class PDOMSearchTextSelectionQuery extends PDOMSearchQuery {
|
||||||
if (searchName != null) {
|
if (searchName != null) {
|
||||||
label= searchName.toString();
|
label= searchName.toString();
|
||||||
IBinding binding= searchName.resolveBinding();
|
IBinding binding= searchName.resolveBinding();
|
||||||
if (binding instanceof IProblemBinding == false) {
|
if (!(binding instanceof IProblemBinding)) {
|
||||||
if (binding != null) {
|
if (binding != null) {
|
||||||
IScope scope= null;
|
IScope scope= null;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue