Polishing

This commit is contained in:
Juergen Hoeller
2024-04-22 13:43:07 +02:00
parent 62efdfb89c
commit ec1f5ca600
4 changed files with 23 additions and 23 deletions

View File

@@ -75,7 +75,7 @@ public class ReflectUtils {
Throwable throwable = null;
try {
classLoaderDefineClass = ClassLoader.class.getDeclaredMethod("defineClass",
String.class, byte[].class, Integer.TYPE, Integer.TYPE, ProtectionDomain.class);
String.class, byte[].class, Integer.TYPE, Integer.TYPE, ProtectionDomain.class);
}
catch (Throwable t) {
classLoaderDefineClass = null;