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