We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e621d4b commit 4604e87Copy full SHA for 4604e87
1 file changed
modules/javafx.graphics/src/main/java/javafx/scene/Node.java
@@ -6496,7 +6496,7 @@ public final NodeOrientation getEffectiveNodeOrientation() {
6496
* top right corner causing the node to layout children and draw from
6497
* right to left using a mirroring transformation. Some nodes may wish
6498
* to draw from right to left without using a transformation. These
6499
- * nodes will will answer {@code false} and implement right-to-left
+ * nodes will answer {@code false} and implement right-to-left
6500
* orientation without using the automatic transformation.
6501
* </p>
6502
* @return true if this {@code Node} should be mirrored
0 commit comments