Skip to content

Commit 765a0fa

Browse files
committed
Fix compile error
1 parent 2ed53ef commit 765a0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/faforever/api/email/JavaEmailSenderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.faforever.api.email;
22

3-
import com.sun.mail.smtp.SMTPMessage;
3+
import org.eclipse.angus.mail.smtp.SMTPMessage;
44
import org.junit.jupiter.api.BeforeEach;
55
import org.junit.jupiter.api.Test;
66
import org.junit.jupiter.api.extension.ExtendWith;

0 commit comments

Comments
 (0)