--- old/src/java.naming/share/classes/com/sun/jndi/ldap/ext/StartTlsResponseImpl.java 2015-08-18 15:42:26.128799580 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/ldap/ext/StartTlsResponseImpl.java 2015-08-18 15:42:25.904799590 +0400 @@ -297,7 +297,7 @@ * Returns the default SSL socket factory. * * @return The default SSL socket factory. - * @throw IOException If TLS is not supported. + * @throws IOException If TLS is not supported. */ private SSLSocketFactory getDefaultFactory() throws IOException { @@ -314,7 +314,7 @@ * * @param factory The SSL socket factory to use. * @return The SSL socket. - * @throw IOException If an exception occurred while performing the + * @throws IOException If an exception occurred while performing the * TLS handshake. */ private SSLSocket startHandshake(SSLSocketFactory factory)