Skip to content

Commit

Permalink
update java doc
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 a69d2ed commit d25d1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.ArrayList;

/**
* The implementation {@link FieldChunker<String>} for delimiter algorithm
* The implementation {@link FieldChunker} for delimiter algorithm
*/
public class DelimiterChunker implements FieldChunker {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import static org.opensearch.action.admin.indices.analyze.TransportAnalyzeAction.analyze;

/**
* The implementation {@link FieldChunker<String>} for fixed token length algorithm.
* The implementation {@link FieldChunker} for fixed token length algorithm.
*/
@Log4j2
public class FixedTokenLengthChunker implements FieldChunker {
Expand Down

0 comments on commit d25d1e8

Please sign in to comment.