Skip to content

Commit 65271fc

Browse files
committed
Fix Checkstyle for leading whitespaces
1 parent f0d2104 commit 65271fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/config/DefaultConfiguringBeanFactoryPostProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ private static BeanDefinitionBuilder createMessageHandlerMethodFactoryBeanDefini
454454
return BeanDefinitionBuilder.genericBeanDefinition(IntegrationMessageHandlerMethodFactory.class)
455455
.addConstructorArgValue(listCapable)
456456
.addPropertyReference("messageConverter",
457-
IntegrationContextUtils.ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME);
457+
IntegrationContextUtils.ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME);
458458
}
459459

460460
}

0 commit comments

Comments
 (0)