Skip to content

Commit 69107b2

Browse files
authored
Fixing compilation error in benchmark code (#3442)
After introducing breaking changes for the 7.x release we accidentally broke the compilation of the benchmarks branch
1 parent 198e37e commit 69107b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/jmh/io/lettuce/core/protocol/EmptyClientResources.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ public CommandLatencyRecorder commandLatencyRecorder() {
104104
return LATENCY_COLLECTOR;
105105
}
106106

107-
@Override
108-
public DnsResolver dnsResolver() {
109-
return null;
110-
}
111-
112107
@Override
113108
public SocketAddressResolver socketAddressResolver() {
114109
return null;

0 commit comments

Comments
 (0)