Skip to content

Commit 772f596

Browse files
committed
Made TransportRunnable interface private
1 parent 3dc729d commit 772f596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/simple-java-mail/src/main/java/org/simplejavamail/mailer/internal/util/TransportRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private static void sendUsingConnectionPool(@NotNull BatchModule batchModule, @N
7777
delegatingTransport.signalTransportUsed();
7878
}
7979

80-
public interface TransportRunnable {
80+
private interface TransportRunnable {
8181
void run(Transport transport, Session actualSessionUsed)
8282
throws MessagingException;
8383
}

0 commit comments

Comments
 (0)