From ff4456aedcea22b338ef890c5a3fe9b7b39470a8 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 31 Jan 2023 21:42:10 +0800 Subject: [PATCH] Modify remove invalid statement UserDataHandlerClass in ComponentTypeFactory --- .../yukireflection/type/android/ComponentTypeFactory.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/yukireflection/src/api/kotlin/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt b/yukireflection/src/api/kotlin/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt index c361082..9939938 100644 --- a/yukireflection/src/api/kotlin/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt +++ b/yukireflection/src/api/kotlin/com/highcapable/yukireflection/type/android/ComponentTypeFactory.kt @@ -56,7 +56,6 @@ import android.widget.Toast import com.highcapable.yukireflection.factory.classOf import com.highcapable.yukireflection.factory.toClass import com.highcapable.yukireflection.factory.toClassOrNull -import org.w3c.dom.UserDataHandler /** * 获得 [android.R] 类型 @@ -686,12 +685,6 @@ val PowerManager_WakeLockClass get() = classOf() */ val UserHandleClass get() = classOf() -/** - * 获得 [UserDataHandler] 类型 - * @return [Class]<[UserDataHandler]> - */ -val UserDataHandlerClass get() = classOf() - /** * 获得 [ShortcutInfo] 类型 *