Skip to content

Commit

Permalink
376 - Fix spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivicac committed Nov 16, 2024
1 parent 68babd1 commit b12d82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ public Smtp getSmtp() {
}

public void setSmtp(Smtp smtp) {
this.smtp = this.smtp;
this.smtp = smtp;
}

public String getUsername() {
Expand Down

0 comments on commit b12d82c

Please sign in to comment.