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

Markus KARG duke at openjdk.org
Mon Nov 21 17:43:24 UTC 2022


On Mon, 21 Nov 2022 07:48:01 GMT, Markus KARG <duke 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.

Fixed in 8d29831 :-)

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

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


More information about the core-libs-dev mailing list