提交 1b012a3c 编写于 作者: H huangying

[#1540] format checkstyle

上级 1f75142c
......@@ -34,6 +34,7 @@ import java.util.concurrent.ThreadFactory;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
import org.apache.rocketmq.client.QueryResult;
import org.apache.rocketmq.client.Validators;
import org.apache.rocketmq.client.common.ClientErrorCode;
......@@ -1190,7 +1191,7 @@ public class DefaultMQProducerImpl implements MQProducerInner {
}
// ignore DelayTimeLevel parameter
if(msg.getDelayTimeLevel() != 0) {
if (msg.getDelayTimeLevel() != 0) {
MessageAccessor.clearProperty(msg, MessageConst.PROPERTY_DELAY_TIME_LEVEL);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册