Added notes about addressed bug 256339

This commit is contained in:
igor%mir2.org 2004-08-20 23:01:28 +00:00
Родитель 199b043221
Коммит a12cf376ae
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -56,10 +56,9 @@ See <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=244492">Bugzilla 244492
The interpreter mode in Rhino does not limit any longer the script size or code complexity. It should be possible to execute any script as long as JVM resources allow so.
</p>
<p>
See <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=244014">Bugzilla 244014</a> for details.
See <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=244014">Bugzilla 244014</a> and <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=256339">Bugzilla 256339</a> for details.
</p>
<h4>JavaImporter constructor</h4>
<p>
<tt>JavaImporter</tt> is a new global constructor that allows to omit explicit package names when scripting Java: