We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de11e05 commit 02fef42Copy full SHA for 02fef42
spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/ui/InMemoryMessageRespository.java renamed to spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/ui/InMemoryMessageRepository.java
@@ -23,7 +23,7 @@
23
/**
24
* @author Dave Syer
25
*/
26
-public class InMemoryMessageRespository implements MessageRepository {
+public class InMemoryMessageRepository implements MessageRepository {
27
28
private static AtomicLong counter = new AtomicLong();
29
0 commit comments