Merge "sonar-463-remove the declaration of thrown exception"
authorThomas Nelson <nelson24@att.com>
Wed, 11 Sep 2019 16:34:40 +0000 (16:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 11 Sep 2019 16:34:40 +0000 (16:34 +0000)
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();