mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
toString() added
This commit is contained in:
parent
198d23ed16
commit
0499bcb428
1 changed files with 10 additions and 0 deletions
|
@ -1819,4 +1819,14 @@ public class InputType extends BuildObject implements IInputType {
|
||||||
//TODO:
|
//TODO:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The intention is cosmetic - to make debugging easier.
|
||||||
|
*
|
||||||
|
* @see org.eclipse.cdt.managedbuilder.internal.core.BuildObject#toString()
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getId();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue