mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8253342: Fix typos in String.transform
Reviewed-by: jlaskey
This commit is contained in:
parent
86a16400bd
commit
83b2411fd1
1 changed files with 3 additions and 3 deletions
|
@ -3180,12 +3180,12 @@ public final class String
|
|||
* string. The function should expect a single String argument
|
||||
* and produce an {@code R} result.
|
||||
* <p>
|
||||
* Any exception thrown by {@code f()} will be propagated to the
|
||||
* Any exception thrown by {@code f.apply()} will be propagated to the
|
||||
* caller.
|
||||
*
|
||||
* @param f functional interface to a apply
|
||||
* @param f a function to apply
|
||||
*
|
||||
* @param <R> class of the result
|
||||
* @param <R> the type of the result
|
||||
*
|
||||
* @return the result of applying the function to this string
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue