mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
Delete extra commas and format code
This commit is contained in:
+1
-2
@@ -95,9 +95,8 @@ import org.apache.rocketmq.remoting.exception.RemotingException;
|
||||
import org.apache.rocketmq.remoting.exception.RemotingTimeoutException;
|
||||
import org.apache.rocketmq.remoting.exception.RemotingTooMuchRequestException;
|
||||
|
||||
;
|
||||
|
||||
public class DefaultMQProducerImpl implements MQProducerInner {
|
||||
|
||||
private final InternalLogger log = ClientLogger.getLog();
|
||||
private final Random random = new Random();
|
||||
private final DefaultMQProducer defaultMQProducer;
|
||||
|
||||
Reference in New Issue
Block a user