Skip to content

Commit

Permalink
Polish RecordBeanParamExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jan 20, 2025
1 parent 9104473 commit da144fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class RecordBeanParamExtractor implements ParameterExtractor {

private MethodHandle factoryMethod;
private final MethodHandle factoryMethod;

public RecordBeanParamExtractor(Class<?> target) {
try {
Expand Down

0 comments on commit da144fe

Please sign in to comment.