mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8285504: Minor cleanup could be done in javax.net
Reviewed-by: wetmore
This commit is contained in:
parent
bba456a8db
commit
573eaceca5
20 changed files with 107 additions and 128 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2022, 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
|
||||
|
@ -255,7 +255,7 @@ public final class SNIHostName extends SNIServerName {
|
|||
* "type=host_name (0), value={@literal <hostname>}"
|
||||
* </pre>
|
||||
* The "{@literal <hostname>}" is an ASCII representation of the hostname,
|
||||
* which may contains A-labels. For example, a returned value of an pseudo
|
||||
* which may contain A-labels. For example, a returned value of a pseudo
|
||||
* hostname may look like:
|
||||
* <pre>
|
||||
* "type=host_name (0), value=www.example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue