< prev index next >

src/java.corba/share/classes/com/sun/tools/corba/se/idl/Token.java

Print this page

        

@@ -330,11 +330,11 @@
   * @param boolean escapedOK Flag set true if _ is used to escape an IDL keyword for use
   * as an identifier.
   * @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 )
   {
     int level = getLevel( corbaLevel ) ;
< prev index next >