fixing typos in comments and tests
This commit is contained in:
@@ -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