sonar-463-remove the declaration of thrown exception 24/94624/1
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Thu, 29 Aug 2019 17:15:33 +0000 (22:45 +0530)
committerThugutla sailakshmi <tsaila10@in.ibm.com>
Thu, 29 Aug 2019 17:15:52 +0000 (22:45 +0530)
remove the declaration of thrown exception

Issue-ID: MUSIC-463
Change-Id: I4e448228c36aa88a2751ad1ddfb40bb567e2adc2
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java

index 1cac773..c8c6ba6 100644 (file)
@@ -172,7 +172,7 @@ public class MusicLoggingServletFilter implements Filter {
     }
 
     private void populateMDCAndResponseHeader(Map<String, String> headerMap, String idKey, String mdcKey,
-            boolean isRequired, HttpServletResponse httpResponse) throws  IOException {
+            boolean isRequired, HttpServletResponse httpResponse) {
 
         idKey = idKey.trim().toUpperCase();