>>>>> "Thomas" == Thomas Zander <[EMAIL PROTECTED]> writes:
>> This inner class is marked "public" due to a compiler bug. This class >> should be treated as a "protected" inner class. Thomas> I'd suggest protected for the same reason we don't implement Thomas> the com.sun.* classes; they are not in the official API. Actually they are documented, and we already have some of them marked public. So I went ahead and changed them all over to public and documented it everywhere I could find. Tom _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

