Skip to content
Commit 3210d5eb authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

- making sure that LogbackMDCAdapter actually copies its hash map.

  Strictly speaking, there is no need for copy-on-spawn because every
  change in the MDC already results in a copy of the hash map. Nevertheless,
  this change makes it easier for readers of the code to follow it.
  An external observer should not be able to tell the difference between the old and 
  the new code.
  
parent 7b5cbbd2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment