mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-06 02:35:40 +08:00
style: use TAG instead hardcode
This commit is contained in:
@@ -72,7 +72,7 @@ import kotlin.math.abs
|
||||
internal object ReflectionTool {
|
||||
|
||||
/** 当前工具类的标签 */
|
||||
private const val TAG = "YukiReflection#ReflectionTool"
|
||||
private const val TAG = "${YukiReflection.TAG}#ReflectionTool"
|
||||
|
||||
/**
|
||||
* 当前工具类的 [ClassLoader]
|
||||
|
Reference in New Issue
Block a user