aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThugutla sailakshmi <tsaila10@in.ibm.com>2019-08-29 22:45:33 +0530
committerThugutla sailakshmi <tsaila10@in.ibm.com>2019-08-29 22:45:52 +0530
commit816a98f14e234980208b809c8c5a07bf71e57095 (patch)
tree8655861daf09b833cdf5f56cd313e4ca547f8fe8 /src
parent6aad1c6198726b0e7963db363ea0cfc28e93fcd5 (diff)
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 <tsaila10@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/onap/music/eelf/logging/MusicLoggingServletFilter.java2
1 files changed, 1 insertions, 1 deletions
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<String, String> headerMap, String idKey, String mdcKey,
- boolean isRequired, HttpServletResponse httpResponse) throws IOException {
+ boolean isRequired, HttpServletResponse httpResponse) {
idKey = idKey.trim().toUpperCase();