You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/09/21 00:56:12 UTC

[rocketmq] branch develop updated: [ISSUE #5135] Format ERROR_MESSAGE string

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

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new a4296a648 [ISSUE #5135] Format ERROR_MESSAGE string
a4296a648 is described below

commit a4296a648bb9d258d702886a3c93577026f03548
Author: islongfei <is...@163.com>
AuthorDate: Wed Sep 21 08:56:05 2022 +0800

    [ISSUE #5135] Format ERROR_MESSAGE string
---
 tools/src/main/java/org/apache/rocketmq/tools/command/CommandUtil.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/src/main/java/org/apache/rocketmq/tools/command/CommandUtil.java b/tools/src/main/java/org/apache/rocketmq/tools/command/CommandUtil.java
index 0ff4f3f91..272320c2d 100644
--- a/tools/src/main/java/org/apache/rocketmq/tools/command/CommandUtil.java
+++ b/tools/src/main/java/org/apache/rocketmq/tools/command/CommandUtil.java
@@ -36,8 +36,7 @@ import org.apache.rocketmq.tools.admin.MQAdminExt;
 
 public class CommandUtil {
 
-    private static final String ERROR_MESSAGE = "Make sure the specified clusterName exists or the name server " +
-        "connected to is correct.";
+    private static final String ERROR_MESSAGE = "Make sure the specified clusterName exists or the name server connected to is correct.";
 
     public static final String NO_MASTER_PLACEHOLDER = "NO_MASTER";