Sonar:Minor 97/34197/1
authorTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Tue, 6 Mar 2018 03:46:48 +0000 (09:16 +0530)
committerTECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
Tue, 6 Mar 2018 03:47:13 +0000 (09:17 +0530)
Remove this unused import 'java.sql.SQLException'
StringListArgument.java:L29
Sonar link : https://sonar.onap.org/issues?myIssues=true&resolved=false
Location : src/main/java/org/onap/dcae/inventory/dbthings/StringListArgument.java
Change-Id: Id3b3c6d449c13d2bdfa9523239c5768dd55a64c8
Issue-ID: DCAEGEN2-382
Signed-off-by: TECHMAHINDRA\BS00493532 <BS00493532@techmahindra.com>
src/main/java/org/onap/dcae/inventory/dbthings/StringListArgument.java

index aa41ac6..4482139 100644 (file)
@@ -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;
 
 /**