Skip to content

Commit b4b1f05

Browse files
committed
Fix checkstyle violation
1 parent efee615 commit b4b1f05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elastic/rerank/ElasticInferenceServiceRerankTaskSettings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ public static ElasticInferenceServiceRerankTaskSettings fromMap(Map<String, Obje
5555
}
5656

5757
/**
58-
* Creates a new {@link ElasticInferenceServiceRerankTaskSettings} by preferring non-null fields from the request settings over the original settings.
58+
* Creates a new {@link ElasticInferenceServiceRerankTaskSettings} by preferring non-null fields from the request settings
59+
* over the original settings.
5960
*
6061
* @param originalSettings the settings stored as part of the inference entity configuration
6162
* @param requestTaskSettings the settings passed within the task_settings field of the request

0 commit comments

Comments
 (0)