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

add hasParam api that determines if a parameter has been defined #27

Merged
merged 3 commits into from
Jan 20, 2023

Conversation

RyanHealey
Copy link
Contributor

Adds the ability to know if a parameter has been defined.

Before #22, an inconsistency between javadocs and actual implementations meant that hasValue returns false if the parameter has not been defined, instead of throwing an exception like the javadocs state.

Anyone that exploited that functionality before #22 will then lose that functionality so this PR gives that functionality in a different way.

@swarren12 swarren12 merged commit e81843d into LMAX-Exchange:master Jan 20, 2023
@RyanHealey RyanHealey deleted the feature/has-param-method branch February 3, 2023 09:42
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.

2 participants