Fix Checkstyle for leading whitespaces

This commit is contained in:
abilan
2023-03-07 12:09:49 -05:00
parent f0d21040b8
commit 65271fc935

View File

@@ -454,7 +454,7 @@ public class DefaultConfiguringBeanFactoryPostProcessor
return BeanDefinitionBuilder.genericBeanDefinition(IntegrationMessageHandlerMethodFactory.class)
.addConstructorArgValue(listCapable)
.addPropertyReference("messageConverter",
IntegrationContextUtils.ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME);
IntegrationContextUtils.ARGUMENT_RESOLVER_MESSAGE_CONVERTER_BEAN_NAME);
}
}