public static ContactAccessor getInstance() { if (instance == null) instance = new ContactAccessor(); return instance; }
public static ContactAccessor getInstance() { if (instance == null) { instance = new ContactAccessor(); } return(instance); }