Fabric API

Fabric API

106M Downloads

add toString to TagDelegate

Ayutac opened this issue ยท 0 comments

commented

for debugging purposes. Else I have to open the tag delegate every time to see what tag I am working with

something like

return TagDelegate.class.name() + "{" + getId() + "}"

should be enough