On Thu, 28 Apr 2022 20:37:22 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with 17 >> additional commits since the last revision: >> >> - Update src/java.desktop/windows/classes/sun/awt/windows/WPrinterJob.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update src/java.desktop/unix/classes/sun/awt/X11/XBaseMenuWindow.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update src/java.desktop/unix/classes/sun/awt/X11/XBaseMenuWindow.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update src/java.desktop/share/classes/sun/swing/SwingUtilities2.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update src/java.desktop/share/classes/sun/swing/SwingUtilities2.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update src/java.desktop/share/classes/sun/awt/image/ImagingLib.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update src/java.desktop/share/classes/sun/awt/image/ImagingLib.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update >> src/java.desktop/share/classes/javax/swing/tree/FixedHeightLayoutCache.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update >> src/java.desktop/share/classes/javax/swing/text/html/parser/TagStack.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - Update src/java.desktop/share/classes/javax/swing/text/html/CSS.java >> >> Co-authored-by: Alexey Ivanov >> <70774172+aivanov-...@users.noreply.github.com> >> - ... and 7 more: >> https://git.openjdk.java.net/jdk/compare/40c585cd...98e635a5 > > src/java.desktop/share/classes/sun/swing/text/TextComponentPrintable.java > line 772: > >> 770: /* >> 771: * we do not store the same value as previous. >> in our >> 772: * documents it is often for consequent >> positions to have > > Looks this actually means _consecutive_ positions? Possibly. I suggest you file a follow up PR to address additional documentation errors. ------------- PR: https://git.openjdk.java.net/jdk/pull/8328