@@ -185,7 +185,7 @@ static long prepend(long indexCoder, byte[] buf, boolean value, String prefix) {
185
185
* @param indexCoder final char index in the buffer, along with coder packed
186
186
* into higher bits.
187
187
* @param buf buffer to append to
188
- * @param value boolean value to encode
188
+ * @param value char value to encode
189
189
* @param prefix a constant to prepend before value
190
190
* @return updated index (coder value retained)
191
191
*/
@@ -211,7 +211,7 @@ static long prepend(long indexCoder, byte[] buf, char value, String prefix) {
211
211
* @param indexCoder final char index in the buffer, along with coder packed
212
212
* into higher bits.
213
213
* @param buf buffer to append to
214
- * @param value boolean value to encode
214
+ * @param value int value to encode
215
215
* @param prefix a constant to prepend before value
216
216
* @return updated index (coder value retained)
217
217
*/
@@ -237,7 +237,7 @@ static long prepend(long indexCoder, byte[] buf, int value, String prefix) {
237
237
* @param indexCoder final char index in the buffer, along with coder packed
238
238
* into higher bits.
239
239
* @param buf buffer to append to
240
- * @param value boolean value to encode
240
+ * @param value long value to encode
241
241
* @param prefix a constant to prepend before value
242
242
* @return updated index (coder value retained)
243
243
*/
0 commit comments