fixing typos in comments and tests
This commit is contained in:
@@ -180,7 +180,7 @@ public abstract class AbstractReplyProducingMessageHandler extends AbstractMessa
|
||||
}
|
||||
else {
|
||||
throw new MessageDeliveryException(message,
|
||||
"a non-null reply channel value of type MesssageChannel or String is required");
|
||||
"a non-null reply channel value of type MessageChannel or String is required");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -470,7 +470,7 @@ public class MessagingTemplateTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void recieveAndConvertFromDefaultChannel() {
|
||||
public void receiveAndConvertFromDefaultChannel() {
|
||||
QueueChannel channel = new QueueChannel();
|
||||
channel.send(new GenericMessage<String>("test"));
|
||||
MessagingTemplate template = new MessagingTemplate();
|
||||
|
||||
Reference in New Issue
Block a user