Sonar fix: JsonParser.java 38/75138/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 28 Dec 2018 18:28:07 +0000 (23:58 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Fri, 28 Dec 2018 18:28:12 +0000 (23:58 +0530)
Fixed sonar issues/code-smells across this file

Issue-ID: CCSDK-882
Change-Id: I9e3dbe8407553b83d6885579bad9dbe06e04ba72
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
sshapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/sshapicall/model/JsonParser.java

index 296192a..3d48a79 100644 (file)
@@ -7,6 +7,8 @@
  * Copyright (C) 2018 Samsung Electronics. All rights
  *                     reserved.
  * ================================================================================
+ * Modifications Copyright © 2018 IBM
+ * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -33,7 +35,6 @@ import java.util.Map;
 import org.codehaus.jettison.json.JSONArray;
 import org.codehaus.jettison.json.JSONException;
 import org.codehaus.jettison.json.JSONObject;
-import org.onap.ccsdk.sli.core.sli.SvcLogicException;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;