RFR: 8294987: Streamline DerOutputStream write

Weijun Wang weijun at openjdk.org
Fri Oct 7 19:01:20 UTC 2022


On Fri, 7 Oct 2022 18:39:48 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:

> There are a number of methods that call 'write()' then call 'return this;' they could just be 'return write()', but if that's a style you prefer, that is fine.

Not my style. Will fix them.

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

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



More information about the security-dev mailing list