This commit is contained in:
igor%mir2.org 2002-06-09 15:57:03 +00:00
Родитель a8942006ea
Коммит e91fcea61e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ public class WrapFactory {
* <LI>null</LI>
* @param cx the current Context for this thread
* @param scope the scope of the executing script
* @param obj the object to be wrapped
* @param obj the object to be wrapped. Note it can be null.
* @staticType the static type of the object to be wrapped
* @return the wrapped value.
*/