From: Thugutla sailakshmi Date: Thu, 29 Aug 2019 17:15:33 +0000 (+0530) Subject: sonar-463-remove the declaration of thrown exception X-Git-Tag: 3.2.35~5^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=music.git;a=commitdiff_plain;h=816a98f14e234980208b809c8c5a07bf71e57095 sonar-463-remove the declaration of thrown exception remove the declaration of thrown exception Issue-ID: MUSIC-463 Change-Id: I4e448228c36aa88a2751ad1ddfb40bb567e2adc2 Signed-off-by: Thugutla sailakshmi --- diff --git a/src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java b/src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java index 1cac7737..c8c6ba65 100644 --- a/src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java +++ b/src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java @@ -172,7 +172,7 @@ public class MusicLoggingServletFilter implements Filter { } private void populateMDCAndResponseHeader(Map headerMap, String idKey, String mdcKey, - boolean isRequired, HttpServletResponse httpResponse) throws IOException { + boolean isRequired, HttpServletResponse httpResponse) { idKey = idKey.trim().toUpperCase();