Skip to content

Commit

Permalink
docs: fix javadoc warnings
Browse files Browse the repository at this point in the history
Close #18
  • Loading branch information
paodb authored and javier-godoy committed Nov 7, 2024
1 parent d6e571e commit 8752846
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public String getText() {
/**
* Sets an invite code.
*
* @param invite code the invite code to set
* @param inviteCode the invite code to set
*/
public void setInviteCode(String inviteCode) {
this.getElement().setProperty("invitecode", inviteCode);
Expand Down Expand Up @@ -171,7 +171,7 @@ public boolean isResponsive() {
/**
* Sets responsive option.
*
* @param redirect true to enable redirect
* @param responsive true to enable responsive option
*/
public void setResponsive(boolean responsive) {
this.getElement().setProperty("responsive", responsive);
Expand All @@ -190,7 +190,7 @@ public boolean isShowDialog() {
* Sets dialog option. If true, a dialog will show on button click indicating whatsapp is
* opening.
*
* @param redirect true to enable redirect
* @param dialog true to enable dialog option
*/
public void setShowDialog(boolean dialog) {
this.getElement().setProperty("dialog", dialog);
Expand Down

0 comments on commit 8752846

Please sign in to comment.