Commit 8e000f3d authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.1.x'

parents b8759ebf b85926e6
......@@ -30,7 +30,7 @@ public class SampleWebUiApplication {
@Bean
public MessageRepository messageRepository() {
return new InMemoryMessageRespository();
return new InMemoryMessageRepository();
}
@Bean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment