[9] RFR of 8075222: RandomAccessFile.getChannel changed to non-final in error

Brian Burkhalter brian.burkhalter at oracle.com
Mon Mar 16 20:48:36 UTC 2015


On Mar 16, 2015, at 1:43 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote:

>> -    public FileChannel getChannel() {
>> +    public final FileChannel getChannel() {
>> 
> Looks fine, sorry we missed this when agreeing that patch.

Sorry I missed it!

Thanks,

Brian


More information about the core-libs-dev mailing list