Skip to content

Commit 2bf9269

Browse files
committed
Fix comment
1 parent 738976e commit 2bf9269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/blockloader/docvalues/MvMaxBytesRefsFromOrdsBlockLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.io.IOException;
1717

1818
/**
19-
* Loads {@code MV_MIN} applied to {@code keyword} style fields that are stored as
19+
* Loads {@code MV_MAX} applied to {@code keyword} style fields that are stored as
2020
* a lookup table and ordinals.
2121
*/
2222
public class MvMaxBytesRefsFromOrdsBlockLoader extends AbstractBytesRefsFromOrdsBlockLoader {

0 commit comments

Comments
 (0)