Fix typo: InMemoryMessageRespository -> InMemoryMessageRepository
Closes gh-1671
This commit is contained in:
committed by
Andy Wilkinson
parent
de11e05507
commit
02fef4295d
@@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicLong;
|
||||
/**
|
||||
* @author Dave Syer
|
||||
*/
|
||||
public class InMemoryMessageRespository implements MessageRepository {
|
||||
public class InMemoryMessageRepository implements MessageRepository {
|
||||
|
||||
private static AtomicLong counter = new AtomicLong();
|
||||
|
||||
Reference in New Issue
Block a user