From 89cb8e697332f0c5690c832cc032398b287f643d Mon Sep 17 00:00:00 2001 From: Mygod Date: Sat, 27 Jun 2020 13:17:26 +0800 Subject: [PATCH] Remove redundant JvmStatic --- mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt b/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt index ecbc52e0..3e79e22e 100644 --- a/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt +++ b/mobile/src/main/java/be/mygod/librootkotlinx/RootServer.kt @@ -292,7 +292,6 @@ class RootServer @JvmOverloads constructor(private val warnLogger: (String) -> U * If set to true, debug information will be printed to logcat. */ @JvmField - @JvmStatic var DEBUG = false private const val TAG = "RootServer"