Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not correct error message for selectCount < 1 #200

Closed
amizurov opened this issue Oct 27, 2017 · 0 comments
Closed

Not correct error message for selectCount < 1 #200

amizurov opened this issue Oct 27, 2017 · 0 comments
Milestone

Comments

@amizurov
Copy link

It looks like a typo when moving a message from workerCount < 1 conditions

Expected behavior

Error: new IllegalArgumentException("Must provide a strictly positive " + "selector number, " + "was: " + selectCount)

Actual behavior

Error: new IllegalArgumentException("Must provide a strictly positive " + "worker number, " + "was: " + workerCount);

Steps to reproduce

LoopResources.create("somePrefix", 0, 1, true);

@violetagg violetagg added this to the 0.7.2.RELEASE milestone Oct 27, 2017
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

No branches or pull requests

2 participants