Skip to content

Commit f9f4cb6

Browse files
author
Arun Gupta
committed
Using more meaningful titles
1 parent 71ae493 commit f9f4cb6

File tree

1 file changed

+2
-3
lines changed
  • websocket/endpoint-programmatic-async/src/main/webapp

1 file changed

+2
-3
lines changed

websocket/endpoint-programmatic-async/src/main/webapp/index.jsp

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@
4545
<html>
4646
<head>
4747
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
48-
<title>Getting Started with JSR 356 - EJB Injection</title>
48+
<title>WebSocket - Endpoint Programmatic Async</title>
4949

5050
</head>
5151
<body>
52-
<h1>Getting Started with JSR 356 - multi-part message</h1>
52+
<h1>WebSocket - Endpoint Programmatic Async</h1>
5353

5454
<div style="text-align: center;">
5555
<form action="">
56-
<h2>Text Data</h2>
5756
<input onclick="echoText();" value="Echo Text" type="button">
5857
<input id="myField" value="WebSocket" type="text"><br>
5958
</form>

0 commit comments

Comments
 (0)