Skip to content

Commit 02fef42

Browse files
matzschmanskiwilkinsona
authored andcommitted
Fix typo: InMemoryMessageRespository -> InMemoryMessageRepository
Closes spring-projectsgh-1671
1 parent de11e05 commit 02fef42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* @author Dave Syer
2525
*/
26-
public class InMemoryMessageRespository implements MessageRepository {
26+
public class InMemoryMessageRepository implements MessageRepository {
2727

2828
private static AtomicLong counter = new AtomicLong();
2929

0 commit comments

Comments
 (0)