diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-01-16 18:44:56 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-01-16 18:44:56 +0200 |
commit | 34719de772508153135dcd28c3ae564fe2678f96 (patch) | |
tree | fe67a649e49fcfc395904fd4e8d8955cf00bafe7 /src/main | |
parent | 359c51eb3543b5ded6fba93fa2114ce1a6a6963d (diff) | |
download | LibGui-34719de772508153135dcd28c3ae564fe2678f96.tar.gz LibGui-34719de772508153135dcd28c3ae564fe2678f96.tar.bz2 LibGui-34719de772508153135dcd28c3ae564fe2678f96.zip |
Bump version to 5.3.0
Diffstat (limited to 'src/main')
-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; } - } |