aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Nelson <nelson24@att.com>2019-09-11 16:34:40 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-11 16:34:40 +0000
commit7114b62d4c7c91787456c2fe61308ff3f575f55e (patch)
treeed951e7a3fdab48afbd65f6936cc711154a8a086
parent4fe3f08aa1c93a1fc81a78544031ef747a747098 (diff)
parent816a98f14e234980208b809c8c5a07bf71e57095 (diff)
Merge "sonar-463-remove the declaration of thrown exception"
-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();