diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/io/github/cottonmc/cotton/gui/widget/WListPanel.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/widget/WListPanel.java b/src/main/java/io/github/cottonmc/cotton/gui/widget/WListPanel.java index e4a3715..1247d02 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/widget/WListPanel.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/widget/WListPanel.java @@ -206,10 +206,10 @@ public class WListPanel<D, W extends WWidget> extends WClippedPanel { /** * Gets the {@link io.github.cottonmc.cotton.gui.widget.WScrollBar} attached to this panel. * - * @return the scroll bar bundled. + * @return the scroll bar bundled + * @since 5.3.0 */ public WScrollBar getScrollBar() { return scrollBar; } - } |