Fixing JavaDoc comments

This commit is contained in:
igor%mir2.org 2004-01-18 21:23:53 +00:00
parent b224c3704c
commit 7d76224ac8
3 changed files with 2 additions and 4 deletions

View File

@ -155,7 +155,7 @@ public class ClassCache
* <p>
* Caching is enabled by default.
*
* @param cachingEnabled if true, caching is enabled
* @param enabled if true, caching is enabled
*
* @see #clearCaches()
*/

View File

@ -67,8 +67,7 @@ public class EvaluatorException extends RuntimeException
* Errors internal to the JavaScript engine will simply throw a
* RuntimeException.
*
* @param nativeError the Scriptable object constructed for this error.
Scripts will get it as an argument to catch statement.
* @param detail the error message
* @param sourceName the name of the source reponsible for the error
* @param lineNumber the line number of the source
* @param columnNumber the columnNumber of the source (may be zero if

View File

@ -491,7 +491,6 @@ public abstract class ScriptableObject implements Scriptable, Serializable,
* Set the attributes of an indexed property.
*
* @param index the numeric index for the property
* @param start the object in which the lookup began
* @param attributes the bitset of attributes
* @exception EvaluatorException if the named property is not found
* @see org.mozilla.javascript.Scriptable#has