Polishing

This commit is contained in:
Juergen Hoeller 2021-09-30 18:09:07 +02:00
parent 4f44ae3f28
commit 24bcb52b2f
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ public class ReflectUtils {
// in case of plain LinkageError (class already defined)
// or IllegalArgumentException (class in different package):
// fall through to traditional ClassLoader.defineClass below
t = ex;
t = target;
}
catch (Throwable ex) {
throw new CodeGenerationException(ex);