Skip to content

Commit 4604e87

Browse files
committed
8318059: Typo is javafx.scene.Node.usesMirroring comment
Reviewed-by: aghaisas
1 parent e621d4b commit 4604e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/javafx.graphics/src/main/java/javafx/scene

modules/javafx.graphics/src/main/java/javafx/scene/Node.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6496,7 +6496,7 @@ public final NodeOrientation getEffectiveNodeOrientation() {
64966496
* top right corner causing the node to layout children and draw from
64976497
* right to left using a mirroring transformation. Some nodes may wish
64986498
* to draw from right to left without using a transformation. These
6499-
* nodes will will answer {@code false} and implement right-to-left
6499+
* nodes will answer {@code false} and implement right-to-left
65006500
* orientation without using the automatic transformation.
65016501
* </p>
65026502
* @return true if this {@code Node} should be mirrored

0 commit comments

Comments
 (0)