Skip to content

Commit

Permalink
line len
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Dec 6, 2024
1 parent 39896d7 commit ecd7cce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ public HighlightField highlight(FieldHighlightContext fieldContext) throws IOExc
throw new IllegalStateException(
String.format(
Locale.ROOT,
"Invalid content detected for field [%s]: the chunks size is [%d], but a reference to offset [%d] was found in the result.",
"Invalid content detected for field [%s]: the chunks size is [%d], " +
"but a reference to offset [%d] was found in the result.",
fieldType.name(),
nestedSources.size(),
chunk.offset
Expand Down

0 comments on commit ecd7cce

Please sign in to comment.