Add DiscoverItems.Item.toString()

This commit is contained in:
Florian Schmaus 2019-05-23 23:06:39 +02:00
parent 04238bd36a
commit d337474a86
1 changed files with 5 additions and 0 deletions

View File

@ -237,5 +237,10 @@ public class DiscoverItems extends IQ {
xml.closeEmptyElement();
return xml;
}
@Override
public String toString() {
return toXML().toString();
}
}
}