Skip to content

Commit

Permalink
chore: remove now unneeded instance
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Jan 9, 2025
1 parent 94365b9 commit da252ba
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
public class QuarkusConfigurationService extends AbstractConfigurationService implements
DependentResourceFactory<QuarkusControllerConfiguration<?>, DependentResourceSpecMetadata<?, ?, ?>>,
ManagedWorkflowFactory<QuarkusControllerConfiguration<?>> {
public static final QuarkusConfigurationService RESOURCE_CLASS_RESOLVER_ONLY = new QuarkusConfigurationService();
public static final int UNSET_TERMINATION_TIMEOUT_SECONDS = -1;
private static final Logger log = LoggerFactory.getLogger(QuarkusConfigurationService.class);
private final CRDGenerationInfo crdInfo;
Expand Down Expand Up @@ -90,12 +89,6 @@ public QuarkusConfigurationService(
this.defensiveCloning = defensiveCloning;
}

private QuarkusConfigurationService() {
this(Version.UNKNOWN, Collections.emptyList(), null, null, DEFAULT_RECONCILIATION_THREADS_NUMBER,
DEFAULT_WORKFLOW_EXECUTOR_THREAD_NUMBER, UNSET_TERMINATION_TIMEOUT_SECONDS, null, null, false, null, null,
false, false, false, false);
}

private static <R extends HasMetadata> Reconciler<R> unwrap(Reconciler<R> reconciler) {
return ClientProxy.unwrap(reconciler);
}
Expand Down

0 comments on commit da252ba

Please sign in to comment.