Skip to content

Commit 2ac2c5f

Browse files
committed
2572 platform - component - email - clean code
1 parent ba3865f commit 2ac2c5f

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

server/libs/modules/components/email/src/main/java/com/bytechef/component/email/action/SendEmailAction.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818

1919
import static com.bytechef.component.definition.Authorization.PASSWORD;
2020
import static com.bytechef.component.definition.Authorization.USERNAME;
21-
import static com.bytechef.component.definition.ComponentDsl.*;
21+
import static com.bytechef.component.definition.ComponentDsl.action;
22+
import static com.bytechef.component.definition.ComponentDsl.array;
23+
import static com.bytechef.component.definition.ComponentDsl.fileEntry;
24+
import static com.bytechef.component.definition.ComponentDsl.integer;
25+
import static com.bytechef.component.definition.ComponentDsl.string;
2226
import static com.bytechef.component.email.constant.EmailConstants.PORT;
2327

2428
import com.bytechef.component.definition.ActionContext;

0 commit comments

Comments
 (0)