Integrated: JDK-8315921: Invalid CSS declarations in java.lang class documentation

Hannes Wallnöfer hannesw at openjdk.org
Thu Nov 2 11:57:15 UTC 2023


On Fri, 15 Sep 2023 13:56:21 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> This change fixes two errors in inline HTML styles in the `java.lang` package: 
> 
>  - wrong CSS property name in `java.lang.String` 
>  - CSS declaration terminated by colon instead of semicolon in `java.lang.Thread`
> 
> Both errors caused the style declarations to be ignored and an error message to be shown in the browser console. 
> 
> The bug is `noreg-doc`, I tested the docs in the browser to make sure the error message is gone and the HTML displays as intended.

This pull request has now been integrated.

Changeset: 2d4a4d04
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2d4a4d04b876a8da5fa6c962911d36d547f214fe
Stats:     42 lines in 5 files changed: 0 ins; 0 del; 42 mod

8315921: Invalid CSS declarations in java.lang class documentation

Reviewed-by: jpai, alanb

-------------

PR: https://git.openjdk.org/jdk/pull/15762


More information about the core-libs-dev mailing list