Skip to content

Commit edf9637

Browse files
committed
[java] Deleting unused imports
1 parent c89807a commit edf9637

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

java/server/src/org/openqa/selenium/grid/web/EnsureSpecCompliantResponseHeaders.java

-8
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,13 @@
1717

1818
package org.openqa.selenium.grid.web;
1919

20-
import static java.net.HttpURLConnection.HTTP_INTERNAL_ERROR;
2120
import static org.openqa.selenium.json.Json.JSON_UTF_8;
2221

23-
import com.google.common.collect.ImmutableMap;
24-
import com.google.common.collect.ImmutableSet;
25-
import com.google.common.net.MediaType;
26-
2722
import org.openqa.selenium.internal.Require;
28-
import org.openqa.selenium.remote.http.Contents;
2923
import org.openqa.selenium.remote.http.Filter;
3024
import org.openqa.selenium.remote.http.HttpHandler;
3125
import org.openqa.selenium.remote.http.HttpResponse;
3226

33-
import java.util.Set;
34-
3527
public class EnsureSpecCompliantResponseHeaders implements Filter {
3628

3729
@Override

0 commit comments

Comments
 (0)