aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-03-09 16:42:15 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-09 16:42:15 +0000
commit7f61b70d33879712c5dad64c04a5d54b2b065138 (patch)
tree5a28d3fbe19225f2c5bf5df74bf3d202b4e02822
parentf8021750cf79a7d77b8e7b5131deed54b7ce53ff (diff)
parente8dc821e471356c2b6548233482d50e0a919583f (diff)
Merge "Sonar:Minor"
-rw-r--r--src/main/java/org/onap/dcae/inventory/dbthings/StringListArgument.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/org/onap/dcae/inventory/dbthings/StringListArgument.java b/src/main/java/org/onap/dcae/inventory/dbthings/StringListArgument.java
index aa41ac6..4482139 100644
--- a/src/main/java/org/onap/dcae/inventory/dbthings/StringListArgument.java
+++ b/src/main/java/org/onap/dcae/inventory/dbthings/StringListArgument.java
@@ -26,7 +26,6 @@ import org.skife.jdbi.v2.tweak.ArgumentFactory;
import java.sql.Array;
import java.sql.PreparedStatement;
-import java.sql.SQLException;
import java.util.List;
/**