Sonar Fix- RemDbUtils.java- Remove the declaration of thrown exception 64/92564/1
authordinesha <dineshgs@in.ibm.com>
Fri, 2 Aug 2019 10:36:59 +0000 (16:06 +0530)
committerdinesha <dineshgs@in.ibm.com>
Fri, 2 Aug 2019 10:37:22 +0000 (16:07 +0530)
Fixed Sonar Issues accross the file

Issue-ID: PORTAL-686
Change-Id: If25a07748dfac69b70e73a52eaded8126281edd5
Signed-off-by: dinesha <dineshgs@in.ibm.com>
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