mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
9408357b60
commit
9a44e49e11
1 changed files with 2 additions and 3 deletions
|
@ -237,11 +237,10 @@ public abstract class PDOMBinding extends PDOMNamedNode implements IPDOMBinding
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public final String toString() {
|
public final String toString() {
|
||||||
String name;
|
String name = toStringBase();
|
||||||
name = toStringBase();
|
|
||||||
try {
|
try {
|
||||||
return name + " " + getConstantNameForValue(getLinkage(), getNodeType()); //$NON-NLS-1$
|
return name + " " + getConstantNameForValue(getLinkage(), getNodeType()); //$NON-NLS-1$
|
||||||
} catch (CoreException ce) {
|
} catch (CoreException e) {
|
||||||
return name + " " + getNodeType(); //$NON-NLS-1$
|
return name + " " + getNodeType(); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue