HHH-12493 Missing final keyword in Bytebuddy EnhancerImpl
This commit is contained in:
parent
f89e82a020
commit
83cd43d26b
|
@ -68,7 +68,7 @@ public class EnhancerImpl implements Enhancer {
|
|||
private static final CoreMessageLogger log = CoreLogging.messageLogger( Enhancer.class );
|
||||
|
||||
protected final ByteBuddyEnhancementContext enhancementContext;
|
||||
private ByteBuddyState bytebuddy;
|
||||
private final ByteBuddyState bytebuddy;
|
||||
|
||||
private final TypePool classPool;
|
||||
|
||||
|
|
Loading…
Reference in New Issue