Remove redundant JvmStatic

This commit is contained in:
Mygod
2020-06-27 13:17:26 +08:00
parent 9fb19a385e
commit 89cb8e6973

View File

@@ -292,7 +292,6 @@ class RootServer @JvmOverloads constructor(private val warnLogger: (String) -> U
* If set to true, debug information will be printed to logcat. * If set to true, debug information will be printed to logcat.
*/ */
@JvmField @JvmField
@JvmStatic
var DEBUG = false var DEBUG = false
private const val TAG = "RootServer" private const val TAG = "RootServer"