Skip to content

Commit

Permalink
Refactored method name
Browse files Browse the repository at this point in the history
  • Loading branch information
EunoiaC committed May 13, 2021
1 parent d3331b5 commit 31a24f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public void setCheckedOption(String option){
}
}

public void setCheckboxText(int index, String text){
public void setOptionText(int index, String text){
checkBoxes.get(index).setText(text);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public void setCheckedOption(String option) {
}
}

public void setCheckboxText(int index, String text){
public void setOptionText(int index, String text){
checkBoxes.get(index).setText(text);
}

Expand Down

0 comments on commit 31a24f2

Please sign in to comment.