RFR: 8350546: Several java/net/InetAddress tests fails UnknownHostException [v3]
SendaoYan
syan at openjdk.org
Mon Mar 3 11:11:43 UTC 2025
On Mon, 3 Mar 2025 10:26:41 GMT, Mikhail Yankelevich <duke at openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Replace "import *" as import explicitly
>
> test/jdk/java/net/InetAddress/IsReachableViaLoopbackTest.java line 26:
>
>> 24: import java.io.*;
>> 25: import java.net.*;
>> 26: import java.util.*;
>
> I know, this is not a part of your change, but this import is not used. Could you please remove it?
"import *" has been replaced as import explicitly
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23767#discussion_r1977322544
More information about the net-dev
mailing list