Skip to content

Commit 62075af

Browse files
author
Arun Gupta
committed
Slightly more indicative title
1 parent c5da778 commit 62075af

File tree

1 file changed

+2
-2
lines changed
  • json/streaming-parser/src/main/webapp

1 file changed

+2
-2
lines changed

json/streaming-parser/src/main/webapp/index.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
<html>
4848
<head>
4949
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
50-
<title>JSON DOM Generator</title>
50+
<title>JSON Object Model : DOM Generator</title>
5151
</head>
5252
<body>
53-
<h1>JSON DOM Generator</h1>
53+
<h1>JSON Object Model : DOM Generator</h1>
5454

5555
Read JSON using <a href="${pageContext.request.contextPath}/JsonParserFromReader">JsonParser</a> (using Reader)<br/>
5656
Read JSON using <a href="${pageContext.request.contextPath}/JsonParserFromStream">JsonParser</a> (using Stream)<br/>

0 commit comments

Comments
 (0)