You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by gi...@git.apache.org on 2017/09/26 08:26:33 UTC

[GitHub] swwlqw opened a new pull request #173: bugfix SelectMessageQueueByRandom.java

swwlqw opened a new pull request #173: bugfix SelectMessageQueueByRandom.java
URL: https://github.com/apache/incubator-rocketmq/pull/173
 
 
   1)`random.nextInt()` may return `Integer.MIN_VALUE`, while `Math.abs(Integer.MIN_VALUE)=Integer.MIN_VALUE` is also negative.
   2) fix spelling mistake.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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