removed unused imports and fixed sonar issues 37/72637/2
authorSandeep J <sandeejh@in.ibm.com>
Wed, 14 Nov 2018 11:52:39 +0000 (17:22 +0530)
committerSandeep Jha <sandeejh@in.ibm.com>
Wed, 14 Nov 2018 12:30:31 +0000 (12:30 +0000)
removed unused imports and fixed a couple of sonar issues

Issue-ID: MUSIC-183
Change-Id: I26a06bdb136083645182bd02c80a370b9daefc67
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
src/main/java/org/onap/music/conductor/conditionals/RestMusicConditionalAPI.java

index eb46675..1343628 100644 (file)
@@ -4,6 +4,8 @@
  * ===================================================================
  *  Copyright (c) 2017 AT&T Intellectual Property
  * ===================================================================
+ *  Modifications Copyright (c) 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
@@ -37,7 +39,6 @@ import javax.ws.rs.core.Response;
 import javax.ws.rs.core.Response.ResponseBuilder;
 import javax.ws.rs.core.Response.Status;
 
-import org.codehaus.jettison.json.JSONObject;
 import org.onap.music.datastore.PreparedQueryObject;
 import org.onap.music.eelf.logging.EELFLoggerDelegate;
 import org.onap.music.eelf.logging.format.AppMessages;
@@ -49,8 +50,6 @@ import org.onap.music.main.ResultType;
 import org.onap.music.main.ReturnType;
 import org.onap.music.response.jsonobjects.JsonResponse;
 import org.onap.music.rest.RestMusicAdminAPI;
-import org.onap.music.conductor.*;
-
 
 import com.datastax.driver.core.DataType;
 import com.datastax.driver.core.TableMetadata;
@@ -126,8 +125,8 @@ public class RestMusicConditionalAPI {
                }
 
                Map<String, String> status = new HashMap<>();
-               status.put("exists", conditions.get("exists").get("status").toString());
-               status.put("nonexists", conditions.get("nonexists").get("status").toString());
+               status.put("exists", conditions.get("exists").get("status"));
+               status.put("nonexists", conditions.get("nonexists").get("status"));
                ReturnType out = null;
 
                out = MusicConditional.conditionalInsert(keyspace, tablename, casscadeColumnName, casscadeColumnData,