(Contact c)
| 764 | } |
| 765 | |
| 766 | public void addContact(Contact c) { |
| 767 | synchronized (hContacts) { |
| 768 | hContacts.addElement(c); |
| 769 | } |
| 770 | } |
| 771 | |
| 772 | public final Contact findContact(final Jid j, final boolean compareResources) { |
| 773 | synchronized (hContacts) { |
no test coverage detected