SubscriptionGraph: make the DefaultFactory public.

Change-Id: I4ff5e92be61823e759b77fc65a567c5be5518da1
This commit is contained in:
Yunjie Li
2020-07-30 19:58:40 -07:00
parent d4f2cafce6
commit 18f699e9e5

View File

@@ -163,7 +163,7 @@ public class SubscriptionGraph {
} }
} }
static class DefaultFactory implements Factory { public static class DefaultFactory implements Factory {
private static final FluentLogger logger = FluentLogger.forEnclosingClass(); private static final FluentLogger logger = FluentLogger.forEnclosingClass();
private final ProjectCache projectCache; private final ProjectCache projectCache;
private final GitModules.Factory gitmodulesFactory; private final GitModules.Factory gitmodulesFactory;