Merge "Remove @VisibleForTesting annotation on ChangeKindCacheImpl#NoCache"

This commit is contained in:
Jonathan Nieder
2019-01-20 04:51:15 +00:00
committed by Gerrit Code Review

View File

@@ -79,7 +79,6 @@ public class ChangeKindCacheImpl implements ChangeKindCache {
};
}
@VisibleForTesting
public static class NoCache implements ChangeKindCache {
private final boolean useRecursiveMerge;
private final ChangeData.Factory changeDataFactory;