Fixed typo in log message.

This commit is contained in:
Mark Fisher
2007-12-10 08:32:30 +00:00
parent 5a547577c4
commit 4aa9ddb956

View File

@@ -109,7 +109,7 @@ public class GenericMessageEndpoint implements MessageEndpoint {
MessageChannel replyChannel = this.resolveReplyChannel(message);
if (replyChannel == null) {
throw new MessageHandlingException("Unable to determine reply channel for message. "
+ "Provide a 'replyChannelName' in the message header or a 'defaultReplyChannelName' "
+ "Provide a 'replyChannelName' in the message header or a 'defaultOutputChannelName' "
+ "on the message endpoint.");
}
replyChannel.send(replyMessage);