Merge "Remove @VisibleForTesting annotation on ChangeKindCacheImpl#NoCache"
This commit is contained in:
@@ -79,7 +79,6 @@ public class ChangeKindCacheImpl implements ChangeKindCache {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@VisibleForTesting
|
|
||||||
public static class NoCache implements ChangeKindCache {
|
public static class NoCache implements ChangeKindCache {
|
||||||
private final boolean useRecursiveMerge;
|
private final boolean useRecursiveMerge;
|
||||||
private final ChangeData.Factory changeDataFactory;
|
private final ChangeData.Factory changeDataFactory;
|
||||||
|
Reference in New Issue
Block a user