fix javadoc

This commit is contained in:
nboyd%atg.com 2000-12-12 01:48:53 +00:00
parent ff8becdad3
commit 619fce4329
2 changed files with 2 additions and 2 deletions

View File

@ -956,7 +956,7 @@ public final class Context {
/**
* Create a new JavaScript object by executing the named constructor.
*
* The call <code>newObject("Foo")</code> is equivalent to
* The call <code>newObject(scope, "Foo")</code> is equivalent to
* evaluating "new Foo()".
*
* @param scope the scope to search for the constructor and to evaluate against

View File

@ -956,7 +956,7 @@ public final class Context {
/**
* Create a new JavaScript object by executing the named constructor.
*
* The call <code>newObject("Foo")</code> is equivalent to
* The call <code>newObject(scope, "Foo")</code> is equivalent to
* evaluating "new Foo()".
*
* @param scope the scope to search for the constructor and to evaluate against