mirror of https://github.com/qos-ch/slf4j
Remove unnecessary line break
This commit is contained in:
parent
769435f301
commit
2c0c3d8051
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue