--- old/src/java.base/share/classes/javax/net/ssl/SSLSocket.java 2017-08-11 15:30:11.947465599 -0700 +++ new/src/java.base/share/classes/javax/net/ssl/SSLSocket.java 2017-08-11 15:30:11.747456812 -0700 @@ -702,7 +702,7 @@ * href="http://www.ietf.org/rfc/rfc7301.txt"> RFC 7301 , the * Application-Layer Protocol Negotiation (ALPN), can negotiate * application-level values between peers. - *

+ * * @implSpec * The implementation in this class throws * {@code UnsupportedOperationException} and performs no other action. @@ -727,7 +727,7 @@ * Like {@link #getHandshakeSession()}, * a connection may be in the middle of a handshake. The * application protocol may or may not yet be available. - *

+ * * @implSpec * The implementation in this class throws * {@code UnsupportedOperationException} and performs no other action.