Skip to content

Commit e53571c

Browse files
committed
Fixing checkstyle for Lint.
1 parent b8e0569 commit e53571c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appengine-java25/ee11/analytics/src/main/java/com/example/appengine/analytics/AnalyticsServlet.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@
2525
import jakarta.servlet.http.HttpServlet;
2626
import jakarta.servlet.http.HttpServletRequest;
2727
import jakarta.servlet.http.HttpServletResponse;
28-
import org.apache.http.client.utils.URIBuilder;
29-
3028
import java.io.IOException;
3129
import java.net.URI;
3230
import java.net.URISyntaxException;
3331
import java.net.URL;
32+
import org.apache.http.client.utils.URIBuilder;
3433

3534
@SuppressWarnings("serial")
3635
// With @WebServlet annotation the webapp/WEB-INF/web.xml is no longer required.

0 commit comments

Comments
 (0)