On Sat, 1 Aug 2026 15:11:40 GMT, Nir Lisker <[email protected]> wrote:
> Fixes the typos listed in the JBS issue. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). LGTM. I made two minor suggestions and will reapprove if you make changes. modules/javafx.controls/src/main/java/javafx/scene/control/ScrollPane.java line 356: > 354: } > 355: /** > 356: * If true and if the contained node is {@link Node#isResizable > resizable}, then the node will be Minor: maybe use linkplain here? modules/javafx.graphics/src/main/java/javafx/print/Collation.java line 39: > 37: /** > 38: * The same numbered pages are consecutive in the output. > 39: * For example, 2 copies of a document with 2 pages is printed: Minor: 2 copies ... are printed? ------------- Marked as reviewed by kcr (Lead). PR Review: https://git.openjdk.org/jfx/pull/2239#pullrequestreview-4932434096 PR Review Comment: https://git.openjdk.org/jfx/pull/2239#discussion_r3779848836 PR Review Comment: https://git.openjdk.org/jfx/pull/2239#discussion_r3779868202
