File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
appengine-java25/ee11/analytics/src/main/java/com/example/appengine/analytics Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1717package com .example .appengine .analytics ;
1818
1919// [START gae_java25_ee11_analytics_track]
20+
2021import com .google .appengine .api .urlfetch .URLFetchService ;
2122import com .google .appengine .api .urlfetch .URLFetchServiceFactory ;
22- import java .io .IOException ;
23- import java .net .URI ;
24- import java .net .URISyntaxException ;
25- import java .net .URL ;
2623import jakarta .servlet .ServletException ;
2724import jakarta .servlet .annotation .WebServlet ;
2825import jakarta .servlet .http .HttpServlet ;
2926import jakarta .servlet .http .HttpServletRequest ;
3027import jakarta .servlet .http .HttpServletResponse ;
28+ import java .io .IOException ;
29+ import java .net .URI ;
30+ import java .net .URISyntaxException ;
31+ import java .net .URL ;
3132import org .apache .http .client .utils .URIBuilder ;
3233
3334@ SuppressWarnings ("serial" )
You can’t perform that action at this time.
0 commit comments