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

Restore public constructors for compatibility #428

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

tumbarumba
Copy link
Member

CoreMatchers, MatcherAssert, and Matchers had private contructors added to fix javadoc warnings. Unfortunately, this can break existig users of the classes.

Fixes #427

CoreMatchers, MatcherAssert, and Matchers had private contructors added
to fix javadoc warnings. Unfortunately, this can break existig users of
the classes.

Fixes hamcrest#427
@tumbarumba tumbarumba merged commit 5dc0112 into hamcrest:master Nov 17, 2024
2 checks passed
@tumbarumba tumbarumba deleted the public-constructors branch November 17, 2024 04:01
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.

CoreMatchers constructor is now private
1 participant