Skip to content

Commit

Permalink
Little cleanup in TriStateFilterInvokerFactory.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Nov 13, 2023
1 parent a490ecc commit 03aec0f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ protected void writeImplementationMethod(MethodVisitor mv, WriterContext context
mv.visitInsn(ARETURN); // return result;

mv.visitLabel(context.getForEndLabel());
mv.visitFieldInsn(GETSTATIC,
TriState.class.getName().replace('.', '/'), TriState.DEFAULT.name(),
Descriptors.describe(TriState.class)
);
this.writeGetTriStateDefault(mv);
mv.visitInsn(ARETURN);
}
}

0 comments on commit 03aec0f

Please sign in to comment.