()
| 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; |
no outgoing calls
no test coverage detected