Skip to content

Commit c2e4651

Browse files
committed
Modify refactor code style in ReflectionTool
1 parent 495aa08 commit c2e4651

File tree

1 file changed

+1
-2
lines changed
  • yukihookapi/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools

1 file changed

+1
-2
lines changed

yukihookapi/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* This file is Created by fankes on 2022/3/27.
2727
*/
28-
@file:Suppress("KotlinConstantConditions")
28+
@file:Suppress("KotlinConstantConditions", "KDocUnresolvedReference")
2929

3030
package com.highcapable.yukihookapi.hook.core.finder.tools
3131

@@ -45,7 +45,6 @@ import com.highcapable.yukihookapi.hook.type.java.NoClassDefFoundErrorClass
4545
import com.highcapable.yukihookapi.hook.type.java.NoSuchFieldErrorClass
4646
import com.highcapable.yukihookapi.hook.type.java.NoSuchMethodErrorClass
4747
import com.highcapable.yukihookapi.hook.utils.*
48-
import com.highcapable.yukihookapi.hook.utils.value
4948
import com.highcapable.yukihookapi.hook.xposed.parasitic.AppParasitics
5049
import dalvik.system.BaseDexClassLoader
5150
import java.lang.reflect.Constructor

0 commit comments

Comments
 (0)