mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 12:09:45 +00:00
class not meant to be part of DI graph
[ci skip]
This commit is contained in:
parent
374493e8b4
commit
d92a8e7980
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user