mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8337245: Fix wrong comment of StringConcatHelper
Reviewed-by: phh, redestad
This commit is contained in:
parent
034297a6bd
commit
2fbdbacad7
1 changed files with 3 additions and 3 deletions
|
@ -185,7 +185,7 @@ final class StringConcatHelper {
|
|||
* @param indexCoder final char index in the buffer, along with coder packed
|
||||
* into higher bits.
|
||||
* @param buf buffer to append to
|
||||
* @param value boolean value to encode
|
||||
* @param value char value to encode
|
||||
* @param prefix a constant to prepend before value
|
||||
* @return updated index (coder value retained)
|
||||
*/
|
||||
|
@ -211,7 +211,7 @@ final class StringConcatHelper {
|
|||
* @param indexCoder final char index in the buffer, along with coder packed
|
||||
* into higher bits.
|
||||
* @param buf buffer to append to
|
||||
* @param value boolean value to encode
|
||||
* @param value int value to encode
|
||||
* @param prefix a constant to prepend before value
|
||||
* @return updated index (coder value retained)
|
||||
*/
|
||||
|
@ -237,7 +237,7 @@ final class StringConcatHelper {
|
|||
* @param indexCoder final char index in the buffer, along with coder packed
|
||||
* into higher bits.
|
||||
* @param buf buffer to append to
|
||||
* @param value boolean value to encode
|
||||
* @param value long value to encode
|
||||
* @param prefix a constant to prepend before value
|
||||
* @return updated index (coder value retained)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue