mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
Clarify that "It" in the javadoc means "This method"
This commit is contained in:
parent
77bc5b9e34
commit
51bf15106b
@ -2111,7 +2111,7 @@ public final class String
|
||||
* as {@link #getBytes(Charset) getBytes(cs).length}.
|
||||
*
|
||||
* @apiNote This method provides equivalent or better performance than {@link #getBytes(Charset)
|
||||
* getBytes(cs).length}. It may allocate memory to compute the length for some charsets.
|
||||
* getBytes(cs).length}. This method may allocate memory to compute the length for some charsets.
|
||||
*
|
||||
* @param cs The {@link Charset} used to the compute the length
|
||||
* @since 27
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user