Skip to content

Commit ed13074

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d03a0f1 commit ed13074

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/chunking/SentenceBoundaryChunkingSettings.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ public void validate() {
6565

6666
if (maxChunkSize < MAX_CHUNK_SIZE_LOWER_LIMIT) {
6767
validationException.addValidationError(
68-
ChunkingSettingsOptions.MAX_CHUNK_SIZE
69-
+ "["
70-
+ maxChunkSize
71-
+ "] must be above "
72-
+ MAX_CHUNK_SIZE_LOWER_LIMIT
68+
ChunkingSettingsOptions.MAX_CHUNK_SIZE + "[" + maxChunkSize + "] must be above " + MAX_CHUNK_SIZE_LOWER_LIMIT
7369
);
7470
}
7571

0 commit comments

Comments
 (0)