We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f5f08 commit a6f85b5Copy full SHA for a6f85b5
appengine-java8/cloudsql/src/main/java/com/example/appengine/cloudsql/CloudSqlServlet.java
@@ -41,7 +41,7 @@
41
import javax.servlet.http.HttpServletRequest;
42
import javax.servlet.http.HttpServletResponse;
43
44
-// [START example]
+// [START gae_java8_mysql_app]
45
@SuppressWarnings("serial")
46
// With @WebServlet annotation the webapp/WEB-INF/web.xml is no longer required.
47
@WebServlet(name = "CloudSQL",
@@ -100,4 +100,4 @@ public void init() throws ServletException {
100
}
101
102
103
-// [END example]
+// [END gae_java8_mysql_app]
0 commit comments