diff --git a/yukihookapi/src/api/kotlin/me/weishu/reflection/BootstrapClass.java b/yukihookapi/src/api/kotlin/me/weishu/reflection/BootstrapClass.java index a25c11b4..fb463f98 100644 --- a/yukihookapi/src/api/kotlin/me/weishu/reflection/BootstrapClass.java +++ b/yukihookapi/src/api/kotlin/me/weishu/reflection/BootstrapClass.java @@ -24,7 +24,7 @@ * SOFTWARE. * * This file is Created by weishu on 2020/7/13. - * This file is forked from https://github.com/tiann/FreeReflection + * This file is Forked from https://github.com/tiann/FreeReflection */ package me.weishu.reflection; @@ -102,4 +102,4 @@ public final class BootstrapClass { public static boolean exemptAll() { return exempt(new String[]{"L"}); } -} \ No newline at end of file +}