From 74dbe65bd930f23f063f6150d4122c2af40fcda8 Mon Sep 17 00:00:00 2001 From: weisj Date: Sat, 18 Apr 2020 20:20:05 +0200 Subject: [PATCH] Fixed javadoc warning. --- .../github/weisj/darklaf/ui/togglebutton/ButtonGroupInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/github/weisj/darklaf/ui/togglebutton/ButtonGroupInfo.java b/core/src/main/java/com/github/weisj/darklaf/ui/togglebutton/ButtonGroupInfo.java index 6d1495fb..768beb8f 100644 --- a/core/src/main/java/com/github/weisj/darklaf/ui/togglebutton/ButtonGroupInfo.java +++ b/core/src/main/java/com/github/weisj/darklaf/ui/togglebutton/ButtonGroupInfo.java @@ -122,7 +122,7 @@ public class ButtonGroupInfo { /** * Find the new radio button that focus needs to be moved to in the group, select the button * - * @param next, indicate if it's arrow up/left or down/right + * @param next indicate if it's arrow up/left or down/right */ protected void selectNewButton(final boolean next) { if (!getButtonGroupInfo()) { @@ -151,7 +151,7 @@ public class ButtonGroupInfo { * Find the button group the passed in AbstractButton belongs to, and move focus to next component of the last * button in the group or previous component of first button * - * @param next, indicate if jump to next component or previous + * @param next indicate if jump to next component or previous */ protected void jumpToNextComponent(final boolean next) { if (!getButtonGroupInfo()) {