< prev index next >

src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java

Print this page
rev 51977 : [mq]: 8200381-Typos-in-javadoc-missing-verb-be-and-alike

*** 847,857 **** /** * Skip n bytes. * * 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. */ @Override public synchronized long skip(long n) throws IOException { // dummy array used to implement skip() --- 847,857 ---- /** * Skip n bytes. * * 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 be garbled by * concurrent use, but we are not interested in the data anyway. */ @Override public synchronized long skip(long n) throws IOException { // dummy array used to implement skip()
< prev index next >