Skip to content

Commit

Permalink
fix javadoc style
Browse files Browse the repository at this point in the history
  • Loading branch information
hening committed Jan 24, 2025
1 parent d9a44b0 commit d785d46
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ private void javaChunkWriteWithKeySerializers(

/**
* user preserve 2 bytes to mark whether class info have been written avoid to use a variable to
* mark these 2 bytes will be overwritten when we finish the chunk
* mark these 2 bytes will be overwritten when we finish the chunk.
*
* @param buffer
* @param offset
* @param buffer buffer to write.
* @param offset offset to mark.
*/
private void markHasWriteClassInfo(MemoryBuffer buffer, int offset) {
int writeIndex = buffer.writerIndex();
Expand Down Expand Up @@ -662,14 +662,7 @@ private void javaKVTypesFinalWrite(
}

/**
* kv final write do not need to predict , since key and value is almost same type unless null
*
* @param fury
* @param buffer
* @param map
* @param keyGenericType
* @param valueGenericType
* @param generics
* kv final write do not need to predict , since key and value is almost same type unless null.
*/
private void javaKVTypesFinalChunkWrite(
Fury fury,
Expand Down

0 comments on commit d785d46

Please sign in to comment.