Mark Wielaard wrote: > 2004-04-09 Jeroen Frijters <[EMAIL PROTECTED]> > > * gnu/java/nio/channels/FileChannelImpl.java (fd, mode): Made > private. > [...] > > Jeroen, was there a particular reason to make these things > private here? > (I admit to not having studied this code very hard, so maybe the > similarity with the FileDescriptor setup is not one-on-one.)
No, you're right, I should have made it package private instead of private. I'll fix it. Regards, Jeroen _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

