8200381: Typos in javadoc - missing verb "be" and alike

Reviewed-by: lancea, darcy, wetmore
This commit is contained in:
Ivan Gerasimov 2018-10-02 10:19:07 -07:00
parent c7e3654a5c
commit 2ae27da3bc
12 changed files with 17 additions and 18 deletions

View file

@ -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 {