Skip to content

Commit b12d82c

Browse files
committed
376 - Fix spotbugs
1 parent 68babd1 commit b12d82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/libs/config/app-config/src/main/java/com/bytechef/config/ApplicationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ public Smtp getSmtp() {
10281028
}
10291029

10301030
public void setSmtp(Smtp smtp) {
1031-
this.smtp = this.smtp;
1031+
this.smtp = smtp;
10321032
}
10331033

10341034
public String getUsername() {

0 commit comments

Comments
 (0)