Update BootstrapClass.java

This commit is contained in:
Fankesyooni
2022-04-22 00:44:26 +08:00
committed by GitHub
parent 709f6898e1
commit 2358f0978d

View File

@@ -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"});
}
}
}