Skip to content

Commit ec676c9

Browse files
committed
doc: Update module overview.html files
1 parent 2a67a48 commit ec676c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

module/jsonurl-core/src/main/javadoc/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a href="https://tools.ietf.org/html/rfc1738">URL</a>/<a
3737
href="https://tools.ietf.org/html/rfc3986">URI</a>.</p>
3838

39-
<h2><a name="usage" href="#usage">Usage</a></h2>
39+
<h2><a id="usage" href="#usage">Usage</a></h2>
4040
<p>This core library defines a
4141
<a href="https://docs.oracle.com/javase/tutorial/java/generics/types.html">generic</a>
4242
<a href="https://github.com/jsonurl/specification/">JSON&#x2192;URL</a>
@@ -60,7 +60,7 @@ <h2><a name="usage" href="#usage">Usage</a></h2>
6060
System.out.println(obj.get("Hello")) // World!
6161
</pre>
6262

63-
<h2><a name="security" href="#security">Security</a></h2>
63+
<h2><a id="security" href="#security">Security</a></h2>
6464
<p>The parser is designed to parse untrusted input. It supports limits on
6565
the number of parsed values and depth of nested arrays or objects. When the
6666
limit is exceeded a LimitException is thrown. Sane limit values are set by

module/jsonurl-jsonorg/src/main/javadoc/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a href="https://tools.ietf.org/html/rfc1738">URL</a>/<a
3737
href="https://tools.ietf.org/html/rfc3986">URI</a>.</p>
3838

39-
<h2><a name="usage" href="#usage">Usage</a></h2>
39+
<h2><a id="usage" href="#usage">Usage</a></h2>
4040
<p>The <a href="org/jsonurl/jsonorg/JsonUrlParser.html">JsonUrlParser</a>
4141
class may be used to parse JSON&#x2192;URL text to build instances of
4242
JSONObject and/or JSONArray.
@@ -50,7 +50,7 @@ <h2><a name="usage" href="#usage">Usage</a></h2>
5050
</pre>
5151

5252

53-
<h2><a name="security" href="#security">Security</a></h2>
53+
<h2><a id="security" href="#security">Security</a></h2>
5454
<p>The parser is designed to parse untrusted input. It supports limits on
5555
the number of parsed values and depth of nested arrays or objects. When the
5656
limit is exceeded a LimitException is thrown. Sane limit values are set by

module/jsonurl-jsr374/src/main/javadoc/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a href="https://tools.ietf.org/html/rfc1738">URL</a>/<a
3737
href="https://tools.ietf.org/html/rfc3986">URI</a>.</p>
3838

39-
<h2><a name="usage" href="#usage">Usage</a></h2>
39+
<h2><a id="usage" href="#usage">Usage</a></h2>
4040
<p>The <a href="org/jsonurl/jsonp/JsonUrlParser.html">JsonUrlParser</a>
4141
class may be used to parse JSON&#x2192;URL text to build instances of
4242
JsonObject and/or JsonArray.
@@ -50,7 +50,7 @@ <h2><a name="usage" href="#usage">Usage</a></h2>
5050
</pre>
5151

5252

53-
<h2><a name="security" href="#security">Security</a></h2>
53+
<h2><a id="security" href="#security">Security</a></h2>
5454
<p>The parser is designed to parse untrusted input. It supports limits on
5555
the number of parsed values and depth of nested arrays or objects. When the
5656
limit is exceeded a LimitException is thrown. Sane limit values are set by

0 commit comments

Comments
 (0)