swwlqw opened a new pull request #172: bugfix in SelectMessageQueueByRandoom
URL: https://github.com/apache/incubator-rocketmq/pull/172
 
 
   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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to