mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8261880: Change nested classes in java.base to static nested classes where possible
Reviewed-by: redestad
This commit is contained in:
parent
459abd561a
commit
9425d3de83
11 changed files with 15 additions and 15 deletions
|
@ -176,7 +176,7 @@ public final
|
|||
class Inet6Address extends InetAddress {
|
||||
static final int INADDRSZ = 16;
|
||||
|
||||
private class Inet6AddressHolder {
|
||||
private static class Inet6AddressHolder {
|
||||
|
||||
private Inet6AddressHolder() {
|
||||
ipaddress = new byte[INADDRSZ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue