Fixing comments text to reflect real state of code

This commit is contained in:
igor%mir2.org 2004-07-07 14:47:46 +00:00
parent faa2cc87fe
commit fe6620df87
2 changed files with 1 additions and 3 deletions

View File

@ -206,7 +206,7 @@ public abstract class IdScriptable extends ScriptableObject
if (hasValue(id)) {
if (getAll || (getIdAttributes(id) & DONTENUM) == 0) {
if (count == 0) {
// Need extra room for nor more then [1..id] names
// Need extra room for no more then [1..id] names
ids = new Object[id];
}
ids[count++] = getIdName(id);

View File

@ -75,8 +75,6 @@ public final class LazilyLoadedCtor {
// Treat security exceptions as absence of object.
// They can be due to the following reasons:
// java.lang.RuntimePermission createClassLoader
// java.util.PropertyPermission
// org.mozilla.javascript.JavaAdapter read
Class cl = Kit.classOrNull(className);
if (cl == null) {