class not meant to be part of DI graph

[ci skip]
This commit is contained in:
Sebastian Stenzel 2021-06-30 16:34:45 +02:00
parent 374493e8b4
commit d92a8e7980
No known key found for this signature in database
GPG Key ID: 667B866EA8240A09

View File

@ -16,7 +16,6 @@ public class BatchService extends Service<Void> {
private final Iterator<HealthCheckTask> remainingTasks;
@Inject
public BatchService(Iterable<HealthCheckTask> tasks) {
this.remainingTasks = tasks.iterator();
}