未验证 提交 5002de07 编写于 作者: 孙飞的博客's avatar 孙飞的博客 提交者: GitHub

[ISSUE #2192] Typo fix in DefaultMQProducerImpl.java

fix typo
上级 f98567f2
......@@ -1115,7 +1115,7 @@ public class DefaultMQProducerImpl implements MQProducerInner {
mq = mQClientFactory.getClientConfig().queueWithNamespace(selector.select(messageQueueList, userMessage, arg));
} catch (Throwable e) {
throw new MQClientException("select message queue throwed exception.", e);
throw new MQClientException("select message queue threw exception.", e);
}
long costTime = System.currentTimeMillis() - beginStartTime;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册