mirror of https://github.com/apache/druid.git
fix compilation error
This commit is contained in:
parent
4c23a5e9f6
commit
575d51b0ce
|
@ -47,7 +47,7 @@ public class FillCapacityWorkerSelectStrategy implements WorkerSelectStrategy
|
|||
this.config = config;
|
||||
}
|
||||
|
||||
public Optional<ZkWorker> findWorkerForTask(
|
||||
public Optional<ImmutableZkWorker> findWorkerForTask(
|
||||
final ImmutableMap<String, ImmutableZkWorker> zkWorkers,
|
||||
final Task task
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue