Fix typo in Resource in org.apache.kafka.trogdor (#5739)

Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
matus-cuper 2018-10-06 19:36:02 +02:00 committed by Ismael Juma
parent eb8b1c027a
commit 02a9579373
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ public final class Agent {
* @param platform The platform object to use.
* @param scheduler The scheduler to use for this Agent.
* @param restServer The REST server to use.
* @param resource The AgentRestResoure to use.
* @param resource The AgentRestResource to use.
*/
public Agent(Platform platform, Scheduler scheduler,
JsonRestServer restServer, AgentRestResource resource) {

View File

@ -70,7 +70,7 @@ public final class Coordinator {
* @param platform The platform object to use.
* @param scheduler The scheduler to use for this Coordinator.
* @param restServer The REST server to use.
* @param resource The AgentRestResoure to use.
* @param resource The AgentRestResource to use.
*/
public Coordinator(Platform platform, Scheduler scheduler, JsonRestServer restServer,
CoordinatorRestResource resource, long firstWorkerId) {