HScarb commented on code in PR #4558:
URL: https://github.com/apache/rocketmq/pull/4558#discussion_r913878991
##########
store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java:
##########
@@ -129,7 +131,7 @@ public class DefaultMessageStore implements MessageStore {
Executors.newSingleThreadScheduledExecutor(new
ThreadFactoryImpl("DiskCheckScheduledThread"));
public DefaultMessageStore(final MessageStoreConfig messageStoreConfig,
final BrokerStatsManager brokerStatsManager,
- final MessageArrivingListener messageArrivingListener, final
BrokerConfig brokerConfig) throws IOException {
+ final MessageArrivingListener
messageArrivingListener, final BrokerConfig brokerConfig) throws IOException {
Review Comment:
The indent of this file is incorrect.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]