MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getJid

Method getJid

src/main/java/Conference/BookmarkItem.java:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 public String getJid() {
67 return bookmark.jid;
68 }
69
70 public int compare(IconTextElement right) {
71 String th = (bookmark.nick == null) ? bookmark.jid : bookmark.jid + '/' + bookmark.nick;

Callers 7

eventOkMethod · 0.45
processPresenceMethod · 0.45
QueryRequestVoiceMethod · 0.45
InviteFormMethod · 0.45
menuActionMethod · 0.45
keyClearMethod · 0.45
discoCurrentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected