Re: RFR: 8298567: Make field in RandomAccessFile final [v2]

2022-12-12 Thread Chris Hegarty
On Mon, 12 Dec 2022 14:26:40 GMT, Per Minborg wrote: >> This PR proposes making a field in `RandomAccessFile` final. Also, it >> modernises a switch statement. > > Per Minborg has updated the pull request incrementally with one additional > commit since the last revision: > > Make the field

Re: RFR: 8298567: Make field in RandomAccessFile final [v2]

2022-12-12 Thread Roger Riggs
On Mon, 12 Dec 2022 14:26:40 GMT, Per Minborg wrote: >> This PR proposes making a field in `RandomAccessFile` final. Also, it >> modernises a switch statement. > > Per Minborg has updated the pull request incrementally with one additional > commit since the last revision: > > Make the field

Re: RFR: 8298567: Make field in RandomAccessFile final [v2]

2022-12-12 Thread Per Minborg
> This PR proposes making a field in `RandomAccessFile` final. Also, it > modernises a switch statement. Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Make the field rw final - Changes: - all: