Polishing

(cherry picked from commit ec1f5ca600)
This commit is contained in:
Juergen Hoeller
2024-04-22 13:43:07 +02:00
parent 55f9581743
commit 5c9f364352
4 changed files with 26 additions and 25 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;