DataDog / java-dogstatsd-client

Java statsd client library
MIT License
176 stars 102 forks source link

NoOpDirectStatsDClient update 4.4.0 removes the default constructor #246

Closed glennhcc closed 6 months ago

glennhcc commented 6 months ago

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.