You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2018/10/06 17:36:21 UTC

[kafka] branch trunk updated: Fix typo in Resource in org.apache.kafka.trogdor (#5739)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 02a9579  Fix typo in Resource in org.apache.kafka.trogdor (#5739)
02a9579 is described below

commit 02a9579373e7bbce27fe545a0e35fd3f80998c4e
Author: matus-cuper <ma...@gmail.com>
AuthorDate: Sat Oct 6 19:36:02 2018 +0200

    Fix typo in Resource in org.apache.kafka.trogdor (#5739)
    
    Reviewers: Ismael Juma <is...@juma.me.uk>
---
 tools/src/main/java/org/apache/kafka/trogdor/agent/Agent.java           | 2 +-
 .../src/main/java/org/apache/kafka/trogdor/coordinator/Coordinator.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/src/main/java/org/apache/kafka/trogdor/agent/Agent.java b/tools/src/main/java/org/apache/kafka/trogdor/agent/Agent.java
index 0324d2d..20d34b7 100644
--- a/tools/src/main/java/org/apache/kafka/trogdor/agent/Agent.java
+++ b/tools/src/main/java/org/apache/kafka/trogdor/agent/Agent.java
@@ -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) {
diff --git a/tools/src/main/java/org/apache/kafka/trogdor/coordinator/Coordinator.java b/tools/src/main/java/org/apache/kafka/trogdor/coordinator/Coordinator.java
index 23f3ceb..c3271c9 100644
--- a/tools/src/main/java/org/apache/kafka/trogdor/coordinator/Coordinator.java
+++ b/tools/src/main/java/org/apache/kafka/trogdor/coordinator/Coordinator.java
@@ -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) {