Skip to content

Conversation

@lovelife-li
Copy link
Contributor

@lovelife-li lovelife-li commented Nov 9, 2020

index = Math.abs(random.nextInt());
if (index < 0)
index = 0;

fix:
delete if code

What is the purpose of the change

Delete the useless code

Brief changelog

删除无用代码

index = Math.abs(random.nextInt());
if (index < 0)
    index = 0;

fix:
delete if code
@lovelife-li lovelife-li changed the title [ISSUE#2415] Delete the useless code #2411 [ISSUE#2415] Delete the useless code Nov 9, 2020
index = Math.abs(random.nextInt());
if (index < 0)
    index = 0;

fix:
delete if code
@coveralls
Copy link

coveralls commented Nov 9, 2020

Coverage Status

Coverage decreased (-0.05%) to 51.531% when pulling d5cee4f on lovelife-li:master into 03c1f11 on apache:develop.

@RongtongJin RongtongJin merged commit 872f37d into apache:develop Nov 10, 2020
@RongtongJin RongtongJin added this to the 4.8.0 milestone Nov 12, 2020
GenerousMan pushed a commit to GenerousMan/rocketmq that referenced this pull request Aug 12, 2022
pulllock pushed a commit to pulllock/rocketmq that referenced this pull request Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants