Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Mar 3, 2021
1 parent e5d832d commit 418e9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

import io.airbyte.config.JobOutput;
import io.airbyte.workers.Worker;
import io.airbyte.workers.process.AirbyteIntegrationLauncher;
import io.airbyte.workers.process.IntegrationLauncher;
import io.airbyte.workers.process.ProcessBuilderFactory;
import java.io.Serializable;
Expand All @@ -44,7 +45,7 @@ public abstract class BaseWorkerRunFactory<T extends Serializable> implements Wo
final WorkerRunCreator workerRunCreator;

public BaseWorkerRunFactory() {
this(WorkerRunFactoryUtils::createLauncher, WorkerRun::new);
this(AirbyteIntegrationLauncher::new, WorkerRun::new);
}

BaseWorkerRunFactory(IntegrationLauncherFactory integrationLauncherFactory, WorkerRunCreator workerRunCreator) {
Expand Down

This file was deleted.

0 comments on commit 418e9ce

Please sign in to comment.