Skip to content

Commit ff4c0ad

Browse files
committed
Format nit
1 parent a4f807f commit ff4c0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/beanutils/MethodUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ private static float getObjectTransformationCost(Class<?> srcClass, final Class<
549549
break;
550550
}
551551
}
552-
if (destClass.isInterface() && isAssignmentCompatible(destClass,srcClass)) {
552+
if (destClass.isInterface() && isAssignmentCompatible(destClass, srcClass)) {
553553
// slight penalty for interface match.
554554
// we still want an exact match to override an interface match, but
555555
// an interface match should override anything where we have to get a

0 commit comments

Comments
 (0)