mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Added a warning to toString method.
This commit is contained in:
parent
e23f4ef14b
commit
b18a544841
1 changed files with 3 additions and 0 deletions
|
@ -216,6 +216,9 @@ public class Value implements IValue {
|
|||
return CharArrayUtils.equals(getSignature(), rhs.getSignature());
|
||||
}
|
||||
|
||||
/**
|
||||
* For debugging only.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return new String(getSignature());
|
||||
|
|
Loading…
Add table
Reference in a new issue