mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8315921: Invalid CSS declarations in java.lang class documentation
Reviewed-by: jpai, alanb
This commit is contained in:
parent
792d829328
commit
2d4a4d04b8
5 changed files with 42 additions and 42 deletions
|
@ -3439,9 +3439,9 @@ public final class String
|
|||
* </tr>
|
||||
* </thead>
|
||||
* <tbody>
|
||||
* <tr><th scope="row" style="text-weight:normal">:</th>
|
||||
* <tr><th scope="row" style="font-weight:normal">:</th>
|
||||
* <td>{@code { "boo", "and", "foo" }}</td></tr>
|
||||
* <tr><th scope="row" style="text-weight:normal">o</th>
|
||||
* <tr><th scope="row" style="font-weight:normal">o</th>
|
||||
* <td>{@code { "b", "", ":and:f" }}</td></tr>
|
||||
* </tbody>
|
||||
* </table></blockquote>
|
||||
|
|
|
@ -189,7 +189,7 @@ import static java.util.concurrent.TimeUnit.NANOSECONDS;
|
|||
* In the JDK Reference Implementation, the virtual thread scheduler may be configured
|
||||
* with the following system properties:
|
||||
* <table class="striped">
|
||||
* <caption style="display:none:">System properties</caption>
|
||||
* <caption style="display:none">System properties</caption>
|
||||
* <thead>
|
||||
* <tr>
|
||||
* <th scope="col">System property</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue