On Wed, 28 Dec 2022 00:10:53 GMT, ScientificWare <d...@openjdk.org> wrote:
>> This is referenced in Java Bug Database as >> - [JDK-8296661 : Typo Found In >> CSSParser.java](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8296661) >> >> This is tracked in JBS as >> - [JDK-8296661 : Typo Found In >> CSSParser.java](https://bugs.openjdk.java.net/browse/JDK-8296661) >> >> I suspect a typo in the documentation comments. >> >> Designed from : [ScientificWare JDK-8296661 : Typo Found In >> CSSParser.java](https://github.com/scientificware/jdk/issues/18) > > ScientificWare has updated the pull request incrementally with two additional > commits since the last revision: > > - Update Copyright. > > Change date. > - Suggested improvements. > > - Add missing {@code} tags and update <code> tag with {@code} tag. > - Add a paragraph to improve readability > Pre-submit tests - linux-x86 / test - Test (tier1) Failing after 67m — 1/9 > failed do we know why this test is failing? src/java.desktop/share/classes/javax/swing/text/html/CSSParser.java line 2: > 1: /* > 2: * Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights > reserved. should it be 2023 now? ------------- PR: https://git.openjdk.org/jdk/pull/10975