Skip to content

Commit e494a39

Browse files
committed
fix checkstyle errors in xpack core plugin
1 parent a7d0f27 commit e494a39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/InferenceContext.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818

1919
/**
2020
* Record for storing context alongside an inference request, typically used for metadata.
21-
* This is mainly used to pass along inference context on the transport layer without relying on {@link org.elasticsearch.common.util.concurrent.ThreadContext},
22-
* which depending on the internal {@link org.elasticsearch.client.internal.Client} throws away parts of the context, when passed along the transport layer.
21+
* This is mainly used to pass along inference context on the transport layer without relying on
22+
* {@link org.elasticsearch.common.util.concurrent.ThreadContext}, which depending on the internal
23+
* {@link org.elasticsearch.client.internal.Client} throws away parts of the context, when passed along the transport layer.
2324
*
2425
* @param productUseCase - for now mainly used by Elastic Inference Service
2526
*/

0 commit comments

Comments
 (0)