8276677: Malformed Javadoc inline tags in JDK source in javax/net/ssl

Reviewed-by: jnimeh
This commit is contained in:
Bradford Wetmore 2021-11-09 01:11:18 +00:00
parent a7dedb5f47
commit 38e6d5d6ed
2 changed files with 3 additions and 3 deletions

View file

@ -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();