RFR: 8253342: Fix typos in String.transform

Aleksey Shipilev shade at openjdk.java.net
Fri Sep 18 08:49:56 UTC 2020


On Fri, 18 Sep 2020 08:27:44 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> To confirm that this would not require a CSR I asked Joe Darcy. Joe replied that this would NOT require a CSR.

Changes requested by shade (Reviewer).

src/java.base/share/classes/java/lang/String.java line 3186:

> 3184:      * caller.
> 3185:      *
> 3186:      * @param f    a function to apply

Shouldn't this be "_the_ function to apply"? Grep for other instance of "function to apply" in javadocs :)

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

PR: https://git.openjdk.java.net/jdk/pull/238


More information about the core-libs-dev mailing list