mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational()
Reviewed-by: dfuchs, chegar
This commit is contained in:
parent
a5c506b411
commit
eff53ce5e9
52 changed files with 63 additions and 53 deletions
|
@ -37,7 +37,7 @@ import jdk.test.lib.net.IPSupport;
|
|||
public class TestClose {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
IPSupport.skipIfCurrentConfigurationIsInvalid();
|
||||
IPSupport.throwSkippedExceptionIfNonOperational();
|
||||
|
||||
ServerSocket ss;
|
||||
Socket s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue