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

NoOpDirectStatsDClient update 4.4.0 removes the default constructor #246

Closed
glennhcc opened this issue May 27, 2024 · 0 comments · Fixed by #247
Closed

NoOpDirectStatsDClient update 4.4.0 removes the default constructor #246

glennhcc opened this issue May 27, 2024 · 0 comments · Fixed by #247

Comments

@glennhcc
Copy link

NoOpDirectStatsDClient no longer has a public default constructor causing error:
NoOpStatsDClient() is not public in com.timgroup.statsd.NoOpStatsDClient; cannot be accessed from outside package.

vickenty added a commit that referenced this issue May 27, 2024
The constructor is not necessary and prevents downstream code from
using NoOpStatsDClient.

Fixes #246
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 a pull request may close this issue.

1 participant