RFR: JDK-8297299 SequenceInputStream should not use Vector [v5]

Markus KARG duke at openjdk.org
Mon Nov 21 07:50:23 UTC 2022


On Mon, 21 Nov 2022 06:31:47 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> While we are at it, would you be willing to change the member variables `e` to `private final` and the `in` to `private`? From what I can see, I don't see any other class accessing these package private fields.

Good catch, will do later today.

-------------

PR: https://git.openjdk.org/jdk/pull/11249


More information about the core-libs-dev mailing list