Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 6b51938

Browse files
author
Arun Gupta
committed
Removing a redundant comment
Former-commit-id: f7dc4642c4ae13c4c27ed0ed6a8d9e48235d0b32
1 parent 96447da commit 6b51938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/concurrency/executor/src/main/java/org/glassfish/executor/TestEJBServlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
7272
throws ServletException, IOException {
7373
response.setContentType("text/html;charset=UTF-8");
7474
try (PrintWriter out = response.getWriter()) {
75-
/* TODO output your page here. You may use following sample code. */
7675
out.println("<!DOCTYPE html>");
7776
out.println("<html>");
7877
out.println("<head>");

0 commit comments

Comments
 (0)