--- old/src/java.base/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java 2015-08-18 15:42:21.928799768 +0400 +++ new/src/java.base/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java 2015-08-18 15:42:21.712799778 +0400 @@ -191,7 +191,7 @@ /** * return the first token. - * @returns the token + * @return the token * @throws IOException if Negotiator.getNegotiator() or * Negotiator.firstToken() failed. */ @@ -219,7 +219,7 @@ /** * return more tokens * @param token the token to be fed into negotiator.nextToken() - * @returns the token + * @return the token * @throws IOException if negotiator.nextToken() throws Exception. * May happen if the input token is invalid. */