From c2e4651137da96032b5d1dc0f24edad1d2ff7757 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 24 Apr 2023 22:15:43 +0800 Subject: [PATCH] Modify refactor code style in ReflectionTool --- .../yukihookapi/hook/core/finder/tools/ReflectionTool.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yukihookapi/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt b/yukihookapi/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt index 77fe93b0..b4b3f5d1 100644 --- a/yukihookapi/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt +++ b/yukihookapi/src/main/java/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt @@ -25,7 +25,7 @@ * * This file is Created by fankes on 2022/3/27. */ -@file:Suppress("KotlinConstantConditions") +@file:Suppress("KotlinConstantConditions", "KDocUnresolvedReference") package com.highcapable.yukihookapi.hook.core.finder.tools @@ -45,7 +45,6 @@ import com.highcapable.yukihookapi.hook.type.java.NoClassDefFoundErrorClass import com.highcapable.yukihookapi.hook.type.java.NoSuchFieldErrorClass import com.highcapable.yukihookapi.hook.type.java.NoSuchMethodErrorClass import com.highcapable.yukihookapi.hook.utils.* -import com.highcapable.yukihookapi.hook.utils.value import com.highcapable.yukihookapi.hook.xposed.parasitic.AppParasitics import dalvik.system.BaseDexClassLoader import java.lang.reflect.Constructor