MUSIC-463-sonar fix-remove declaration of method exception-MusicLoggingServletFilter...
[music.git] / 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();