Skip to content

Commit b0ecc84

Browse files
committed
Adding more descriptive output statement
1 parent 8bb7f6c commit b0ecc84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cdi/decorators/src/main/java/org/javaee7/cdi/decorators/TestServlet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
7373
out.println("<!DOCTYPE html>");
7474
out.println("<html>");
7575
out.println("<head>");
76-
out.println("<title>Servlet TestServlet</title>");
76+
out.println("<title>CDI Decorators/title>");
7777
out.println("</head>");
7878
out.println("<body>");
79-
out.println("<h1>Part of the greeting coming from Decorator</h1>");
79+
out.println("<h1>Bold part of the greeting is coming from the decorator</h1>");
8080
out.println(greeting.greet("Duke"));
8181
out.println("</body>");
8282
out.println("</html>");

0 commit comments

Comments
 (0)