This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
commit b58e9272020b8eefa29088699dbf1eb14174cc0d Author: shesheng <[email protected]> AuthorDate: Wed May 30 17:04:18 2018 +0800 fix checkstyle --- .../test/client/producer/async/AsyncSendWithMessageQueueIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/test/java/org/apache/rocketmq/test/client/producer/async/AsyncSendWithMessageQueueIT.java b/test/src/test/java/org/apache/rocketmq/test/client/producer/async/AsyncSendWithMessageQueueIT.java index 2147285..a7e433a 100644 --- a/test/src/test/java/org/apache/rocketmq/test/client/producer/async/AsyncSendWithMessageQueueIT.java +++ b/test/src/test/java/org/apache/rocketmq/test/client/producer/async/AsyncSendWithMessageQueueIT.java @@ -68,7 +68,7 @@ public class AsyncSendWithMessageQueueIT extends BaseConf { producer.clearMsg(); consumer.clearMsg(); - producer.getSuccessSendResult().clear(); + producer.getSuccessSendResult().clear(); mq = new MessageQueue(topic, broker2Name, queueId); producer.asyncSend(msgSize, mq); producer.waitForResponse(10 * 1000); -- To stop receiving notification emails like this one, please contact [email protected].
