Skip to content

Commit b3105f4

Browse files
authored
Add region tag to sample (#2042)
1 parent cad876a commit b3105f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flexible/helloworld/src/main/java/com/example/flexible/helloworld/HelloServlet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package com.example.flexible.helloworld;
1818

19+
// [START gae_flex_servlet]
1920
import java.io.IOException;
2021
import java.io.PrintWriter;
2122

@@ -34,3 +35,4 @@ public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOExc
3435
out.println("Hello, world - App Engine Flexible");
3536
}
3637
}
38+
// [END gae_flex_servlet]

0 commit comments

Comments
 (0)