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)
// }
// } // 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