Skip to content

Commit cf839c5

Browse files
author
Arun Gupta
committed
Better output messages
1 parent f9612af commit cf839c5

File tree

1 file changed

+1
-1
lines changed
  • batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint

1 file changed

+1
-1
lines changed

batch/chunk-checkpoint/src/main/java/org/javaee7/batch/chunk/checkpoint/TestServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
7979
out.println("<title>Servlet TestServlet</title>");
8080
out.println("</head>");
8181
out.println("<body>");
82-
out.println("<h1>Servlet TestServlet at " + request.getContextPath() + "</h1>");
82+
out.println("<h1>Custom Checkpoint</h1>");
8383
out.println("About to start the job<br>");
8484
JobOperator jo = BatchRuntime.getJobOperator();
8585
out.println("Got the job operator: " + jo + "<br>");

0 commit comments

Comments
 (0)