Skip to content

Commit

Permalink
remove unused pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankSpitulski committed Jul 29, 2020
1 parent 50f7d44 commit 7708ca8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import java.lang.reflect.Method;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.regex.Pattern;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand All @@ -48,8 +47,6 @@ public abstract class HttpServerTracer<REQUEST, CONNECTION, STORAGE> extends Bas

protected static final String USER_AGENT = "User-Agent";

private static final Pattern FORWARDED_SPLIT_PATTERN = Pattern.compile("[;,]");

public HttpServerTracer() {
super();
}
Expand Down

0 comments on commit 7708ca8

Please sign in to comment.