Skip to content

Restore public constructors for compatibility#428

Merged
tumbarumba merged 2 commits intohamcrest:masterfrom
tumbarumba:public-constructors
Nov 17, 2024
Merged

Restore public constructors for compatibility#428
tumbarumba merged 2 commits intohamcrest:masterfrom
tumbarumba:public-constructors

Conversation

@tumbarumba
Copy link
Copy Markdown
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
@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