1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 10:19:41 +02:00

Add Message.toString() providing a short description

This commit is contained in:
Florian Schmaus 2016-05-25 22:52:29 +02:00
parent 98ec77caee
commit 86e11e69e8
8 changed files with 126 additions and 4 deletions

View file

@ -996,6 +996,11 @@ public class EnhancedDebugger implements SmackDebugger {
return text;
}
@Override
public String toString() {
return toXML();
}
}
/**