mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
sprint-14: minor updates to allow flexibility when extending loadviainsertorupdatestep
This commit is contained in:
@ -374,7 +374,7 @@ public class BaseAPIActionUtil
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
private JSONObject getJsonObject(HttpResponse response) throws IOException
|
||||
protected JSONObject getJsonObject(HttpResponse response) throws IOException
|
||||
{
|
||||
int statusCode = response.getStatusLine().getStatusCode();
|
||||
LOG.debug(statusCode);
|
||||
|
Reference in New Issue
Block a user