You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by wu-sheng <gi...@git.apache.org> on 2017/01/20 07:01:25 UTC

[GitHub] incubator-rocketmq pull request #38: [ROCKETMQ-44] Refactor to avoid duplica...

Github user wu-sheng commented on a diff in the pull request:

    https://github.com/apache/incubator-rocketmq/pull/38#discussion_r97021619
  
    --- Diff: store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java ---
    @@ -1278,7 +1282,8 @@ public void doDispatch(DispatchRequest req) {
             }
         }
     
    -    public void putMessagePositionInfo(String topic, int queueId, long offset, int size, long tagsCode, long storeTimestamp,
    +    public void putMessagePositionInfo(String topic, int queueId, long offset, int size, long tagsCode,
    +        long storeTimestamp,
    --- End diff --
    
    @vongosling , I am not sure what in checkstyle trigger this. And what is **UT**? Sorry, no clue. \U0001f61d


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---