Skip to content

Commit 77b6dc9

Browse files
author
Arun Gupta
committed
Adding better output messages
1 parent b90ae0b commit 77b6dc9

File tree

1 file changed

+2
-2
lines changed
  • batch/chunk-csv-database/src/main/java/org/javaee7/batch/chunk/csv/database

1 file changed

+2
-2
lines changed

batch/chunk-csv-database/src/main/java/org/javaee7/batch/chunk/csv/database/TestServlet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
8080
try (PrintWriter out = response.getWriter()) {
8181
out.println("<html>");
8282
out.println("<head>");
83-
out.println("<title>Servlet TestServlet</title>");
83+
out.println("<title>CSV-to-Database Chunk Job</title>");
8484
out.println("</head>");
8585
out.println("<body>");
86-
out.println("<h1>Running the job</h1>");
86+
out.println("<h1>CSV-to-Database Chunk Job</h1>");
8787
JobOperator jo = BatchRuntime.getJobOperator();
8888
long jid = jo.start("myJob", new Properties());
8989
out.println("Job submitted: " + jid + "<br>");

0 commit comments

Comments
 (0)