Remove unnecessary line break

This commit is contained in:
Matthew Dean 2015-01-18 10:38:21 -05:00
parent 769435f301
commit 2c0c3d8051
1 changed files with 2 additions and 3 deletions

View File

@ -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;
}
}
}