Skip to content

Commit

Permalink
Spotless reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 30, 2024
1 parent e2ca448 commit a2304b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private Object convertProperty( final Class<?> beanType, final Class<?> rawPrope
}

private static Method findMethod( final Class<?> beanType, final Type[] paramTypeHolder, final String methodName,
final Class<?> valueType )
final Class<?> valueType )
{
Method candidate = null;
for ( final Method m : beanType.getMethods() )
Expand Down

0 comments on commit a2304b7

Please sign in to comment.