作者 crossoverJie

:pencil2: Fixing typos.

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