--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/Token.java 2015-04-30 16:32:12.239461884 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/Token.java 2015-04-30 16:32:12.155461884 +0400 @@ -332,7 +332,7 @@ * @param boolean[] collidesWithKeyword is an array containing one value: a flag * representing whether this string is an identifier that collides with a keyword. * This is set by this method. - * @returns Token The resulting Token corresponding to string. + * @return Token The resulting Token corresponding to string. */ public static Token makeKeywordToken( String string, float corbaLevel, boolean escapedOK, boolean[] collision )