--- old/src/java.naming/share/classes/com/sun/jndi/ldap/ServiceLocator.java 2015-08-18 15:42:25.528799607 +0400 +++ new/src/java.naming/share/classes/com/sun/jndi/ldap/ServiceLocator.java 2015-08-18 15:42:25.304799617 +0400 @@ -62,7 +62,7 @@ * * @param dn A string distinguished name (RFC 2253). * @return A domain name or null if none can be derived. - * @throw InvalidNameException If the distinguished name is invalid. + * @throws InvalidNameException If the distinguished name is invalid. */ static String mapDnToDomainName(String dn) throws InvalidNameException { if (dn == null) {