mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore
This commit is contained in:
parent
c7e3654a5c
commit
2ae27da3bc
12 changed files with 17 additions and 18 deletions
|
@ -849,8 +849,7 @@ public final class SSLSocketImpl
|
|||
*
|
||||
* This implementation is somewhat less efficient than possible, but
|
||||
* not badly so (redundant copy). We reuse the read() code to keep
|
||||
* things simpler. Note that SKIP_ARRAY is static and may garbled by
|
||||
* concurrent use, but we are not interested in the data anyway.
|
||||
* things simpler.
|
||||
*/
|
||||
@Override
|
||||
public synchronized long skip(long n) throws IOException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue