fix a typo

s/configfuring/configuring/
This commit is contained in:
Yi EungJun
2017-03-08 15:41:45 +09:00
committed by Artem Bilan
parent d8dc9d427e
commit 2ca05b3c44

View File

@@ -486,7 +486,7 @@ public abstract class AbstractMethodAnnotationPostProcessor<T extends Annotation
this.messageHandlerAttributes + " which are not allowed when an integration annotation " +
"is used with a @Bean definition for a MessageHandler." +
"\nThe attribute causing the ambiguity is: [" + attribute + "]." +
"\nUse the appropriate setter on the MessageHandler directly when configfuring an " +
"\nUse the appropriate setter on the MessageHandler directly when configuring an " +
"endpoint this way.");
}
}