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 2020/01/14 08:44:21 UTC

[GitHub] [rocketmq] uglycow commented on issue #1724: typo in org.apache.rocketmq.client.impl.consumer.DefaultLitePullConsumerImpl#seekToEnd

uglycow commented on issue #1724: typo in    org.apache.rocketmq.client.impl.consumer.DefaultLitePullConsumerImpl#seekToEnd
URL: https://github.com/apache/rocketmq/issues/1724#issuecomment-574066431
 
 
   ```java
       public void seekToEnd(MessageQueue messageQueue) throws MQClientException {
           long begin = maxOffset(messageQueue);
           this.seek(messageQueue, begin);
       }
   ```
   
   the variable "begin"  might be named "end"

----------------------------------------------------------------
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