Re: RFR: 8315974: Make fields final in 'com.sun.crypto.provider' package [v2]

2023-10-12 Thread Valerie Peng
On Wed, 11 Oct 2023 08:16:00 GMT, Andrey Turbanov wrote: >> A few classes in `com.sun.crypto.provider` package have non-final fields >> which could easily be marked `final`. > > Andrey Turbanov has updated the pull request with a new target base due to a > merge or a rebase. The pull request no

Re: RFR: 8315974: Make fields final in 'com.sun.crypto.provider' package [v2]

2023-10-11 Thread Andrey Turbanov
> A few classes in `com.sun.crypto.provider` package have non-final fields > which could easily be marked `final`. Andrey Turbanov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits: - Merge remote-tracking branch 'origin