Browse Source

Fixed javadoc warning.

pull/139/head
weisj 5 years ago
parent
commit
74dbe65bd9
  1. 4
      core/src/main/java/com/github/weisj/darklaf/ui/togglebutton/ButtonGroupInfo.java

4
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()) {

Loading…
Cancel
Save