mirror of https://github.com/apache/kafka.git
Fix typo in Resource in org.apache.kafka.trogdor (#5739)
Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
eb8b1c027a
commit
02a9579373
|
@ -66,7 +66,7 @@ public final class Agent {
|
||||||
* @param platform The platform object to use.
|
* @param platform The platform object to use.
|
||||||
* @param scheduler The scheduler to use for this Agent.
|
* @param scheduler The scheduler to use for this Agent.
|
||||||
* @param restServer The REST server to use.
|
* @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,
|
public Agent(Platform platform, Scheduler scheduler,
|
||||||
JsonRestServer restServer, AgentRestResource resource) {
|
JsonRestServer restServer, AgentRestResource resource) {
|
||||||
|
|
|
@ -70,7 +70,7 @@ public final class Coordinator {
|
||||||
* @param platform The platform object to use.
|
* @param platform The platform object to use.
|
||||||
* @param scheduler The scheduler to use for this Coordinator.
|
* @param scheduler The scheduler to use for this Coordinator.
|
||||||
* @param restServer The REST server to use.
|
* @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,
|
public Coordinator(Platform platform, Scheduler scheduler, JsonRestServer restServer,
|
||||||
CoordinatorRestResource resource, long firstWorkerId) {
|
CoordinatorRestResource resource, long firstWorkerId) {
|
||||||
|
|
Loading…
Reference in New Issue