Skip to content

Commit

Permalink
Remove unnecessary line break
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbdean committed Jan 18, 2015
1 parent 769435f commit 2c0c3d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions slf4j-api/src/main/java/org/slf4j/MDC.java
Expand Up @@ -94,8 +94,7 @@ private 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;
}
Expand Down Expand Up @@ -265,4 +264,4 @@ public static MDCAdapter getMDCAdapter() {
return mdcAdapter;
}

}
}

0 comments on commit 2c0c3d8

Please sign in to comment.