Make ExternalIdCacheImpl.AllKey public
We need this to be public to implement this cache for googlesource.com. Change-Id: I1548bd1a1a76c1de31166941dad53ee71f07ef59 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -160,7 +160,7 @@ public class ExternalIdCacheImpl implements ExternalIdCache {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static class AllKey {
|
public static class AllKey {
|
||||||
static final AllKey ALL = new AllKey();
|
static final AllKey ALL = new AllKey();
|
||||||
|
|
||||||
private AllKey() {
|
private AllKey() {
|
||||||
|
Reference in New Issue
Block a user