RFR: 8316998: Remove redundant type arguments in the java.util.stream package [v3]

Paul Sandoz psandoz at openjdk.org
Thu Sep 28 22:08:26 UTC 2023


On Wed, 27 Sep 2023 22:44:07 GMT, Mourad Abbay <duke at openjdk.org> wrote:

>> Remove cases of redundant type arguments in the java.util.stream package.
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright year.

Looks good. Note a general rule to mostly follow is to try and stick to the prevailing style in source being modified and not make additional and unrelated changes (no matter how tempting it might be). In this case i don't have strong opinions on those changes and they did not detract from reviewing the code.

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

Marked as reviewed by psandoz (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15936#pullrequestreview-1649772340


More information about the core-libs-dev mailing list