Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exception 23/92723/1
authordinesha <dineshgs@in.ibm.com>
Fri, 2 Aug 2019 10:36:59 +0000 (16:06 +0530)
committerManoop Talasila <talasila@research.att.com>
Mon, 5 Aug 2019 18:41:25 +0000 (18:41 +0000)
Fixed Sonar Issues accross the file

Issue-ID: PORTAL-686
Change-Id: If25a07748dfac69b70e73a52eaded8126281edd5
Signed-off-by: dinesha <dineshgs@in.ibm.com>
(cherry picked from commit 6befde3258e9b17fa8175829fe8a81d2a2764b2f)

ecomp-sdk/epsdk-analytics/src/main/java/org/onap/portalsdk/analytics/system/RemDbUtils.java

index 8e4def2..2a9d487 100644 (file)
@@ -172,7 +172,7 @@ public class RemDbUtils /* implements IDbUtils */{
 //             } 
 //     } // executeUpdate
 
-       public static DataSet executeQuery(Connection con, String sql, String dbKey) throws ReportSQLException, Exception {
+       public static DataSet executeQuery(Connection con, String sql, String dbKey) throws Exception {
                return executeQuery(con, sql, Integer.MAX_VALUE,dbKey);
        } // executeQuery