Skip to content

Commit 1b3b6f3

Browse files
Update x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/action/TransportGetInferenceModelAction.java
Co-authored-by: Slobodan Adamović <[email protected]>
1 parent 25636a7 commit 1b3b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/action/TransportGetInferenceModelAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private void parseModels(List<UnparsedModel> unparsedModels, ActionListener<GetI
174174

175175
private ElasticsearchStatusException serviceNotFoundException(String service, String inferenceId) {
176176
throw new ElasticsearchStatusException(
177-
"Unknown service [{}] for inference endpoint [{}]",
177+
"Unknown service [{}] for inference endpoint [{}].",
178178
RestStatus.INTERNAL_SERVER_ERROR,
179179
service,
180180
inferenceId

0 commit comments

Comments
 (0)