未验证 提交 d26f5072 编写于 作者: Z zhangjidi2016 提交者: GitHub

[ISSUE #2898] Resolve rocketmq-example project failed during checkstyle execution (#2899)

上级 be6eaf85
......@@ -57,7 +57,7 @@ public class OpenTracingTransactionProducer {
try {
Message msg = new Message("TopicTest", "Tag", "KEY",
("Hello RocketMQ").getBytes(RemotingHelper.DEFAULT_CHARSET));
"Hello RocketMQ".getBytes(RemotingHelper.DEFAULT_CHARSET));
SendResult sendResult = producer.sendMessageInTransaction(msg, null);
System.out.printf("%s%n", sendResult);
} catch (MQClientException | UnsupportedEncodingException e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册