mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8274227: Remove "impl.prefix" jdk system property usage from InetAddress
Reviewed-by: alanb, dfuchs
This commit is contained in:
parent
292d7bb1d5
commit
cc14c6f076
4 changed files with 8 additions and 53 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2005, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -34,7 +34,7 @@ import java.io.IOException;
|
|||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
interface InetAddressImpl {
|
||||
sealed interface InetAddressImpl permits Inet4AddressImpl, Inet6AddressImpl {
|
||||
|
||||
String getLocalHostName() throws UnknownHostException;
|
||||
InetAddress[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue