Creates a new instance of PrivacyItem
()
| 76 | |
| 77 | /** Creates a new instance of PrivacyItem */ |
| 78 | public PrivacyItem() { |
| 79 | super(RosterIcons.getInstance()); |
| 80 | } |
| 81 | |
| 82 | public PrivacyItem(JabberDataBlock item) { |
| 83 | this(); |
nothing calls this directly
no test coverage detected