Skip to content

Commit

Permalink
[SDCISA-15833, swisspost/vertx-redisques#170] Cleanup unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed May 7, 2024
1 parent efea78e commit cd579e0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import io.vertx.core.http.HttpServerRequest;
import io.vertx.ext.web.RoutingContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.swisspush.gateleen.core.http.RequestLoggerFactory;
import org.swisspush.gateleen.core.util.HttpHeaderUtil;
import org.swisspush.gateleen.core.util.ResponseStatusCodeLogUtil;
Expand All @@ -13,11 +12,8 @@
import org.swisspush.gateleen.logging.LoggingResourceManager;
import org.swisspush.gateleen.monitoring.MonitoringHandler;

import static org.slf4j.LoggerFactory.getLogger;

public abstract class AbstractForwarder implements Handler<RoutingContext> {

private static final Logger log = getLogger(AbstractForwarder.class);
protected final Rule rule;
protected final LoggingResourceManager loggingResourceManager;
protected final LogAppenderRepository logAppenderRepository;
Expand Down

0 comments on commit cd579e0

Please sign in to comment.