if (readOnly) { setReadOnly(); }
return new Enumeration<Permission>() { public boolean hasMoreElements() { return false; } public Permission nextElement() { throw new NoSuchElementException(); } };
return false;