Github user belliottsmith commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/271#discussion_r221526704
--- Diff: src/java/org/apache/cassandra/locator/ReplicaMultimap.java ---
@@ -39,21 +39,28 @@
public abstract C get(K key);
public C getIfPresent(K key) { return map.get(key); }
- public static abstract class Mutable
--- End diff --
It's necessary to be visible for testing, so I've simply added the
annotation
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]