aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dean <deanmatthew16@gmail.com>2015-01-18 10:38:21 -0500
committerMatthew Dean <deanmatthew16@gmail.com>2015-01-18 10:38:21 -0500
commit2c0c3d805149d0b520a928317f12142218d5e796 (patch)
treec9c5e4991fcba761dc896d58d288b21d55b1d6f5
parent769435f3015c5498ab0d7559e2f9d99a3cb54b06 (diff)
downloadslf4j-2c0c3d805149d0b520a928317f12142218d5e796.tar.gz
Remove unnecessary line break
-rw-r--r--slf4j-api/src/main/java/org/slf4j/MDC.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/slf4j-api/src/main/java/org/slf4j/MDC.java b/slf4j-api/src/main/java/org/slf4j/MDC.java
index f5a2ea0e..b63ebd49 100644
--- a/slf4j-api/src/main/java/org/slf4j/MDC.java
+++ b/slf4j-api/src/main/java/org/slf4j/MDC.java
@@ -94,8 +94,7 @@ public class MDC {
if (msg != null && msg.indexOf("StaticMDCBinder") != -1) {
Util.report("Failed to load class \"org.slf4j.impl.StaticMDCBinder\".");
Util.report("Defaulting to no-operation MDCAdapter implementation.");
- Util
- .report("See " + NO_STATIC_MDC_BINDER_URL + " for further details.");
+ Util.report("See " + NO_STATIC_MDC_BINDER_URL + " for further details.");
} else {
throw ncde;
}
@@ -265,4 +264,4 @@ public class MDC {
return mdcAdapter;
}
-} \ No newline at end of file
+}