Commit 02fef429 authored by matzschmanski's avatar matzschmanski Committed by Andy Wilkinson

Fix typo: InMemoryMessageRespository -> InMemoryMessageRepository

Closes gh-1671
parent de11e055
...@@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicLong; ...@@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicLong;
/** /**
* @author Dave Syer * @author Dave Syer
*/ */
public class InMemoryMessageRespository implements MessageRepository { public class InMemoryMessageRepository implements MessageRepository {
private static AtomicLong counter = new AtomicLong(); private static AtomicLong counter = new AtomicLong();
......
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