mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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();
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue