aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2021-09-10 15:43:03 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2021-09-10 15:43:03 +0300
commitcb16236da50cfe864268af2db46c6ef11ab2e224 (patch)
tree25e579aeed58d72375803132dac14e060489a756
parent24697f732d64aba10a164794a4a0bee32bf5cbb6 (diff)
downloadLibGui-cb16236da50cfe864268af2db46c6ef11ab2e224.tar.gz
LibGui-cb16236da50cfe864268af2db46c6ef11ab2e224.tar.bz2
LibGui-cb16236da50cfe864268af2db46c6ef11ab2e224.zip
Fix WWidget.setHovered javadoc
-rw-r--r--src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java b/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java
index ac08ae6..8de8567 100644
--- a/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java
+++ b/src/main/java/io/github/cottonmc/cotton/gui/widget/WWidget.java
@@ -484,7 +484,7 @@ public class WWidget {
}
/**
- * Sets the {@link ##hoveredProperty()} hovered} property.
+ * Sets the {@link #hoveredProperty() hovered} property.
*
* @param hovered the new value; true if hovered, false otherwise
* @since 4.2.0