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:
parent
a03f240d5b
commit
48d5c9b9aa
@ -160,7 +160,7 @@ public class ExternalIdCacheImpl implements ExternalIdCache {
|
||||
}
|
||||
}
|
||||
|
||||
static class AllKey {
|
||||
public static class AllKey {
|
||||
static final AllKey ALL = new AllKey();
|
||||
|
||||
private AllKey() {
|
||||
|
Loading…
Reference in New Issue
Block a user