sprint-14: minor updates to allow flexibility when extending loadviainsertorupdatestep

This commit is contained in:
Tim Chamberlain
2022-10-26 11:56:17 -05:00
parent 033dbeb76c
commit 77927fd318
2 changed files with 32 additions and 17 deletions

View File

@ -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);