Skip to content

Commit

Permalink
resolve code review comments
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Mar 8, 2024
1 parent 103fff9 commit 2ab815a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private List<String> chunkString(String content) {
+ "]"
);
}
return chunker.chunk(content, chunkerParameters);
return result;
}

private List<String> chunkList(List<String> contentList) {
Expand Down

0 comments on commit 2ab815a

Please sign in to comment.