作者 crossoverJie

:pencil2: Fixing typos.

@@ -106,7 +106,7 @@ public class CIMClient { @@ -106,7 +106,7 @@ public class CIMClient {
106 errorCount++; 106 errorCount++;
107 107
108 if (errorCount >= configuration.getErrorCount()) { 108 if (errorCount >= configuration.getErrorCount()) {
109 - LOGGER.error("接失败次数达到上限[{}]次", errorCount); 109 + LOGGER.error("接失败次数达到上限[{}]次", errorCount);
110 msgHandle.shutdown(); 110 msgHandle.shutdown();
111 } 111 }
112 LOGGER.error("连接失败", e); 112 LOGGER.error("连接失败", e);