mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Fix javadoc warnings and deprecated methods
This commit is contained in:
parent
c351382c73
commit
fe3dcba9b2
11 changed files with 20 additions and 20 deletions
|
@ -328,7 +328,7 @@ public class LiteDebugger implements SmackDebugger {
|
|||
boolean isAnonymous = "".equals(XmppStringUtils.parseLocalpart(user));
|
||||
String title =
|
||||
"Smack Debug Window -- "
|
||||
+ (isAnonymous ? "" : XmppStringUtils.parseBareAddress(user))
|
||||
+ (isAnonymous ? "" : XmppStringUtils.parseBareJid(user))
|
||||
+ "@"
|
||||
+ connection.getServiceName()
|
||||
+ ":"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue