From 34719de772508153135dcd28c3ae564fe2678f96 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Sun, 16 Jan 2022 18:44:56 +0200 Subject: Bump version to 5.3.0 --- src/main/java/io/github/cottonmc/cotton/gui/widget/WListPanel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 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; } - } -- cgit