Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
fjy committed Sep 30, 2014
1 parent 4c23a5e commit 575d51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public FillCapacityWorkerSelectStrategy(RemoteTaskRunnerConfig config)
this.config = config;
}

public Optional<ZkWorker> findWorkerForTask(
public Optional<ImmutableZkWorker> findWorkerForTask(
final ImmutableMap<String, ImmutableZkWorker> zkWorkers,
final Task task
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public String toString()
return "Worker{" +
"host='" + host + '\'' +
", ip='" + ip + '\'' +
", capacity=" + capacity +
", capacity=" + capacity +
", version='" + version + '\'' +
'}';
}
Expand Down

0 comments on commit 575d51b

Please sign in to comment.