Skip to content
Snippets Groups Projects
Commit 4abb0c57 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Tiny typo fix

parent 4d009dca
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ trait Logging {
}
Logging.initialized = true
// Force a call into slf4j to initialize it avoids this happening from mutliple threads
// Force a call into slf4j to initialize it. Avoids this happening from mutliple threads
// and triggering this: http://mailman.qos.ch/pipermail/slf4j-dev/2010-April/002956.html
log
}
......@@ -121,4 +121,4 @@ trait Logging {
object Logging {
@volatile private var initialized = false
val initLock = new Object()
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment