Weird merge error. Yo dawg, I heard you like catching exceptions, so we put a catch around your catch. FAIL

This commit is contained in:
Joe Bowser 2012-05-31 14:24:45 -07:00
parent e7411e8260
commit 4ecbaa79cf

View File

@ -447,12 +447,7 @@ public class ContactAccessorSdk5 extends ContactAccessor {
} }
return contact; return contact;
} }
catch (JSONException e) {
Log.e(LOG_TAG,e.getMessage(),e);
}
return contact;
}
/** /**
* Take the search criteria passed into the method and create a SQL WHERE clause. * Take the search criteria passed into the method and create a SQL WHERE clause.
* @param fields the properties to search against * @param fields the properties to search against