mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl
Reviewed-by: jnimeh
This commit is contained in:
parent
a7dedb5f47
commit
38e6d5d6ed
2 changed files with 3 additions and 3 deletions
|
@ -339,7 +339,7 @@ import java.util.function.BiFunction;
|
|||
* The ApplicationProtocol {@code String} values returned by the methods
|
||||
* in this class are in the network byte representation sent by the peer.
|
||||
* The bytes could be directly compared, or converted to its Unicode
|
||||
* {code String} format for comparison.
|
||||
* {@code String} format for comparison.
|
||||
*
|
||||
* <blockquote><pre>
|
||||
* String networkString = sslEngine.getHandshakeApplicationProtocol();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue