1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00

trivial - return label for toString() to make debugging easier

This commit is contained in:
David McKnight 2009-03-03 19:54:28 +00:00
parent 0373d5104e
commit 5ef3cd1a6b

View file

@ -206,4 +206,7 @@ public class RemoteOutput implements IAdaptable, IRemoteOutput
return _endOffset;
}
public String toString(){
return getLabel();
}
}