return null;
}
<<<<<<< HEAD
@Override
public boolean equals(Object other) {
try {
return (other != null && other instanceof JSONObject) && JSON_MAPPER.readTree(toString()).equals(JSON_MAPPER.readTree(other.toString()));
} catch (IOException e) {
return false;
}
}
=======
public List getConfirmedMatchingModels(PotentialMatchRepository potentialMatchRepository, ChildRepository childRepository, EnquiryRepository enquiryRepository) {
return new ArrayList();
}
>>>>>>> ba965062cc39062f1f086392ef998654acf72946
public class History extends JSONObject implements Parcelable {
public static final String HISTORIES = "histories";
public static final String USER_NAME = "user_name"; |