Skip to content

Commit 2e33e0a

Browse files
authored
Merge pull request #247 from DataDog/vickenty/noop-ctor
Remove non-public constructor
2 parents 86df381 + 2d9a11c commit 2e33e0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/timgroup/statsd/NoOpStatsDClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
*/
1010
public class NoOpStatsDClient implements StatsDClient {
1111

12-
NoOpStatsDClient() {}
13-
1412
@Override public void stop() { }
1513

1614
@Override public void close() { }

0 commit comments

Comments
 (0)