Merge "MUSIC-463-sonar fix-remove declaration of method exception-MusicLoggingServlet...
authorBrendan Tschaen <ctschaen@att.com>
Wed, 14 Aug 2019 15:26:29 +0000 (15:26 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 14 Aug 2019 15:26:29 +0000 (15:26 +0000)
src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java

index 0f078a9..1cac773 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 ServletException, IOException {
+            boolean isRequired, HttpServletResponse httpResponse) throws  IOException {
 
         idKey = idKey.trim().toUpperCase();