Skip to content

Commit

Permalink
docs: fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and mlopezFC committed Dec 6, 2024
1 parent e5b9966 commit 236e818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public String getRotateClockwiseButtonTooltipText() {
/**
* Sets tooltip text for the rotate counterclockwise button in toolbar.
*
* @param rotateClockwiseButtonTooltipText the rotateClockwiseButtonTooltipText to set
* @param rotateCounterClockwiseButtonTooltipText the rotateCounterClockwiseButtonTooltipText to set
*/
public void setRotateCounterClockwiseButtonTooltipText(String rotateCounterClockwiseButtonTooltipText) {
this.rotateCounterClockwiseButtonTooltipText = rotateCounterClockwiseButtonTooltipText;
Expand Down

0 comments on commit 236e818

Please sign in to comment.