예제 #1
0
 private static String[] removeOrphanContacts(String[] tk)
 {
     return(str2arr(sm.removeOrphanContacts() ? "Done." : "Error!"));
 }