Commit b8759ebf authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.1.x'

parents 63b803b5 02fef429
......@@ -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();
......
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