Remove unthrown exception 19/13619/1
authorDan Timoney <dtimoney@att.com>
Wed, 20 Sep 2017 00:48:48 +0000 (20:48 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 20 Sep 2017 00:48:48 +0000 (20:48 -0400)
commitba209b4de55c56e5c427e3389518966f2c896661
treeda83216784182594f5310c31d934bbefbdcb9d76
parent6f99a78bed3c382f956548641b5d45bb538d5e8c
Remove unthrown exception

Merge build fails because catch statement is trying to catch JSONException
which is not thrown in body of try

Change-Id: I9e29e1698e04f8135799440ca4859aa418d1c54d
Issue-ID: CCSDK-99
Signed-off-by: Dan Timoney <dtimoney@att.com>
restapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/restapicall/RestapiCallNode.java