Skip to content

Commit a2304b7

Browse files
committed
Spotless reformat
1 parent e2ca448 commit a2304b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/CompositeBeanHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ private Object convertProperty( final Class<?> beanType, final Class<?> rawPrope
265265
}
266266

267267
private static Method findMethod( final Class<?> beanType, final Type[] paramTypeHolder, final String methodName,
268-
final Class<?> valueType )
268+
final Class<?> valueType )
269269
{
270270
Method candidate = null;
271271
for ( final Method m : beanType.getMethods() )

0 commit comments

Comments
 (0)