You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/04/09 02:54:35 UTC

[GitHub] [rocketmq] zongtanghu commented on a change in pull request #1144: [RIP-7] fix some issue and Optimization code for multiple_disk_dir

zongtanghu commented on a change in pull request #1144: [RIP-7] fix some issue and Optimization code for multiple_disk_dir
URL: https://github.com/apache/rocketmq/pull/1144#discussion_r273305657
 
 

 ##########
 File path: store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java
 ##########
 @@ -114,7 +113,7 @@
     boolean shutDownNormal = false;
 
     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:
   Here,you should make sure your code style has no issues.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services