Skip to content

Commit

Permalink
HHH-12493 Missing final keyword in Bytebuddy EnhancerImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Apr 17, 2018
1 parent f89e82a commit 83cd43d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;

Expand Down

0 comments on commit 83cd43d

Please sign in to comment.