Skip to content

Commit f1e81b0

Browse files
committed
2572 platform - component - email - clean code
1 parent ba9206e commit f1e81b0

File tree

1 file changed

+2
-1
lines changed
  • server/libs/modules/components/email/src/main/java/com/bytechef/component/email/commons

1 file changed

+2
-1
lines changed

server/libs/modules/components/email/src/main/java/com/bytechef/component/email/commons/EmailUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package com.bytechef.component.email.commons;
1818

1919
import static com.bytechef.component.definition.Authorization.USERNAME;
20-
import static com.bytechef.component.email.constant.EmailConstants.*;
20+
import static com.bytechef.component.email.constant.EmailConstants.CRYPTOGRAPHIC_PROTOCOL;
2121
import static com.bytechef.component.email.constant.EmailConstants.HOST;
22+
import static com.bytechef.component.email.constant.EmailConstants.TLS;
2223

2324
import com.bytechef.component.definition.Parameters;
2425
import com.bytechef.component.email.EmailProtocol;

0 commit comments

Comments
 (0)