Skip to content

Commit

Permalink
Add region tags (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenevans authored and dpebot committed Jan 31, 2018
1 parent eda9f14 commit 9d4d636
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;


// [START cloud_tasks_appengine_handler]
@WebServlet(value = "/example_task_handler")
@SuppressWarnings("serial")
public class TaskHandlerServlet extends HttpServlet {
Expand All @@ -45,3 +45,4 @@ public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOEx
}

}
// [END cloud_tasks_appengine_handler]

0 comments on commit 9d4d636

Please sign in to comment.