src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java
changeset 51986 c1db377f6300
parent 51407 910f7b56592f
child 52427 3c6aa484536c
--- a/src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java	Mon Oct 01 21:14:58 2018 -0700
+++ b/src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java	Tue Oct 02 10:19:07 2018 -0700
@@ -849,8 +849,7 @@
          *
          * 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 {