Skip to content

Commit

Permalink
added missing final to proxy batch response handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Nov 4, 2018
1 parent 334b949 commit 126f805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static com.google.common.base.Optional.absent;
import static com.google.common.base.Optional.of;

public class ProxyBatchResponseHandler extends AbstractProxyResponseHandler {
public final class ProxyBatchResponseHandler extends AbstractProxyResponseHandler {
private final ProxyConfig proxyConfig;

public ProxyBatchResponseHandler(final ProxyConfig proxyConfig, final Failover failover) {
Expand Down

0 comments on commit 126f805

Please sign in to comment.