You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2020/11/20 07:35:09 UTC

[kafka] branch trunk updated: MINOR: remove unnecessary semicolon from Agent.java and AgentClient.java (#9625)

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

chia7712 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 43fd630  MINOR: remove unnecessary semicolon from Agent.java and AgentClient.java (#9625)
43fd630 is described below

commit 43fd630d80332f2b3b3512a712100825a8417704
Author: Hamza Slama <ha...@gmail.com>
AuthorDate: Fri Nov 20 08:34:27 2020 +0100

    MINOR: remove unnecessary semicolon from Agent.java and AgentClient.java (#9625)
    
    Reviewers: Chia-Ping Tsai <ch...@gmail.com>
---
 tools/src/main/java/org/apache/kafka/trogdor/agent/Agent.java       | 2 +-
 tools/src/main/java/org/apache/kafka/trogdor/agent/AgentClient.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 1674b2d..9a05f90 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
@@ -272,4 +272,4 @@ public final class Agent {
         }
         agent.waitForShutdown();
     }
-};
+}
diff --git a/tools/src/main/java/org/apache/kafka/trogdor/agent/AgentClient.java b/tools/src/main/java/org/apache/kafka/trogdor/agent/AgentClient.java
index 56f53f3..0f47e92 100644
--- a/tools/src/main/java/org/apache/kafka/trogdor/agent/AgentClient.java
+++ b/tools/src/main/java/org/apache/kafka/trogdor/agent/AgentClient.java
@@ -323,4 +323,4 @@ public class AgentClient {
             }
         }
     }
-};
+}