SubscriptionGraph: make the DefaultFactory public.
Change-Id: I4ff5e92be61823e759b77fc65a567c5be5518da1
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user