removes Volatile (missing import)
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
package com.vitorpamplona.quartz.utils
|
package com.vitorpamplona.quartz.utils
|
||||||
|
|
||||||
object Log {
|
object Log {
|
||||||
@Volatile var minLevel: LogLevel = LogLevel.DEBUG
|
var minLevel: LogLevel = LogLevel.DEBUG
|
||||||
|
|
||||||
fun d(
|
fun d(
|
||||||
tag: String,
|
tag: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user