HHH-12493 Missing final keyword in Bytebuddy EnhancerImpl

This commit is contained in:
Sanne Grinovero 2018-04-17 18:12:05 +01:00
parent f89e82a020
commit 83cd43d26b
1 changed files with 1 additions and 1 deletions

View File

@ -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;