Merge "API_History.java -remove the thrown exception"
authorJonathan Gathman <jonathan.gathman@att.com>
Wed, 6 Nov 2019 13:38:32 +0000 (13:38 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Nov 2019 13:38:32 +0000 (13:38 +0000)
auth/auth-service/src/main/java/org/onap/aaf/auth/service/api/API_History.java

index 341719c..6354f6a 100644 (file)
@@ -208,7 +208,7 @@ public class API_History {
 
     // Get Common "yyyymm" parameter, or none
 
-    private static int[] getYears(HttpServletRequest req) throws NumberFormatException {
+    private static int[] getYears(HttpServletRequest req) {
         // Sonar says threading issues.
         SimpleDateFormat FMT = new SimpleDateFormat("yyyyMM");
         String yyyymm = req.getParameter("yyyymm");