mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8226592: Fix HTML in table for jdk.zipfs module-info
Reviewed-by: bpb, lancea
This commit is contained in:
parent
ff8b711ec2
commit
03051ed79d
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
*
|
||||
* <tbody>
|
||||
* <tr>
|
||||
* <td scope="row">create</td>
|
||||
* <th scope="row">create</th>
|
||||
* <td>java.lang.String</td>
|
||||
* <td>false</td>
|
||||
* <td>
|
||||
|
@ -69,7 +69,7 @@
|
|||
* </td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td scope="row">encoding</td>
|
||||
* <th scope="row">encoding</th>
|
||||
* <td>java.lang.String</td>
|
||||
* <td>UTF-8</td>
|
||||
* <td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue