mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-23 01:06:23 +08:00
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:
parent
e7411e8260
commit
4ecbaa79cf
@ -447,11 +447,6 @@ 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user