diff -r 9f509bc10a63 -r 508a673c87ac src/Pure/System/system_channel.scala --- a/src/Pure/System/system_channel.scala Tue Feb 11 23:31:12 2025 +0100 +++ b/src/Pure/System/system_channel.scala Wed Feb 12 00:40:57 2025 +0100 @@ -8,8 +8,8 @@ import java.io.{InputStream, OutputStream} -import java.net.{InetAddress, InetSocketAddress, ProtocolFamily, ServerSocket, SocketAddress, - StandardProtocolFamily, UnixDomainSocketAddress, StandardSocketOptions} +import java.net.{InetSocketAddress, ProtocolFamily, StandardProtocolFamily, UnixDomainSocketAddress, + StandardSocketOptions} import java.nio.channels.{ServerSocketChannel, Channels}