Update the fields of this {@link Contact} from the specifiedupdate information.
212213214215216217218219220221222
entity("No contact for user '" + username + "'\r\n"). build(); } // Update the original contact information original.updateFrom(contact); return Response. ok(). build(); }