Skip to content

Commit 184b35f

Browse files
committed
update demo app
1 parent e8f1280 commit 184b35f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main/java/Hello.class

-986 Bytes
Binary file not shown.

src/main/java/Hello.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Hello extends HttpServlet {
1010

1111
public void init() throws ServletException {
1212
// Do required initialization
13-
message = "Hello World Hello.java";
13+
message = "Hello World: src/main/java/Hello.java";
1414
}
1515

1616
public void doGet(HttpServletRequest request, HttpServletResponse response)

src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
<h2>Hello World index.jsp!</h2>
3+
<h2>Hello World: src/main/webapp/index.jsp</h2>
44
</body>
55
</html>

0 commit comments

Comments
 (0)