Skip to content

Commit 55fc36e

Browse files
package.html: fix error reported by java 9 javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1812923 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2879f5b commit 55fc36e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/main/java/org/apache/commons/codec/package.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
simple framework for String encoding and decoding in three categories:
2929
Binary Encoders, Language Encoders, and Network Encoders. </p>
3030

31-
<h4><a name="Common Encoders">Binary Encoders</a></h4>
31+
<h1><a name="Common_Encoders"></a></h1>
3232

33-
<table border="1" width="100%" cellspacing="2" cellpadding="3">
33+
<table summary="Binary Encoders" border="1" width="100%" cellspacing="2" cellpadding="3">
3434
<tbody>
3535
<tr>
3636
<td>
@@ -56,14 +56,14 @@ <h4><a name="Common Encoders">Binary Encoders</a></h4>
5656
</tr>
5757
</tbody>
5858
</table>
59-
<h4>
60-
<a name="Language Encoders">Language Encoders</a>
61-
</h4>
59+
<h1>
60+
<a name="Language_Encoders">Language Encoders</a>
61+
</h1>
6262
<p>
6363
Codec contains a number of commonly used language and phonetic
6464
encoders
6565
</p>
66-
<table border="1" width="100%" cellspacing="2" cellpadding="3">
66+
<table summary="Language Encoders" border="1" width="100%" cellspacing="2" cellpadding="3">
6767
<tbody>
6868
<tr>
6969
<td>
@@ -81,10 +81,10 @@ <h4>
8181
</tr>
8282
</tbody>
8383
</table>
84-
<h4><a name="Network_Encoders">Network Encoders</a></h4>
85-
<h4> </h4>
84+
<h1><a name="Network_Encoders">Network Encoders</a></h1>
85+
<h1> </h1>
8686
<p> Codec contains network related encoders </p>
87-
<table border="1" width="100%" cellspacing="2" cellpadding="3">
87+
<table summary="Network Encoders" border="1" width="100%" cellspacing="2" cellpadding="3">
8888
<tbody>
8989
<tr>
9090
<td>

0 commit comments

Comments
 (0)