Creates a new instance of vCard
()
| 67 | |
| 68 | /** Creates a new instance of vCard */ |
| 69 | public VCard() { |
| 70 | if (vCardFields==null) fieldsLoader(); |
| 71 | } |
| 72 | |
| 73 | public VCard(JabberDataBlock data) { |
| 74 | this(); |
nothing calls this directly
no test coverage detected