Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed May 14, 2022
1 parent 0cbed42 commit dc3cc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/log4j/MDC.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private void clear0() {
ht.clear();
}

(ThreadLocalMap) tlm).remove();
((ThreadLocalMap) tlm).remove();
}
}

Expand Down

0 comments on commit dc3cc1f

Please sign in to comment.