--- old/src/java.security.jgss/share/classes/sun/security/krb5/Realm.java 2015-08-18 14:21:09.017018606 +0400 +++ new/src/java.security.jgss/share/classes/sun/security/krb5/Realm.java 2015-08-18 14:21:08.777018616 +0400 @@ -296,7 +296,7 @@ * * @param cRealm the initiating realm * @param sRealm the target realm, not the same as cRealm - * @returns array of realms including at least cRealm as the first + * @return array of realms including at least cRealm as the first * element * @throws KrbException if the config does not contain a sub-stanza * for cRealm in [capaths] or the sub-stanza does not contain @@ -347,7 +347,7 @@ * for a service in the target realm sRealm. * @param cRealm the initiating realm * @param sRealm the target realm, not the same as cRealm - * @returns array of realms including cRealm as the first element + * @return array of realms including cRealm as the first element */ private static String[] parseHierarchy(String cRealm, String sRealm) {