mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-05 11:15:13 +00: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
@ -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();
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 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
|
||||
@ -133,7 +133,7 @@ import java.util.function.BiFunction;
|
||||
* <P> 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 = sslSocket.getHandshakeApplicationProtocol();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user