Skip to content

Commit 5b5f099

Browse files
authored
[Inference API] Fix comment in ElasticInferenceServiceFeature to mention new way of enabling elastic inference service feature (#120274)
1 parent 219e8c2 commit 5b5f099

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/services/elastic/ElasticInferenceServiceFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* Elastic Inference Service (EIS) feature flag. When the feature is complete, this flag will be removed.
14-
* Enable feature via JVM option: `-Des.eis_feature_flag_enabled=true`.
14+
* Enable feature via JVM option: `-Des.elastic_inference_service_feature_flag_enabled=true`.
1515
*/
1616
public class ElasticInferenceServiceFeature {
1717

0 commit comments

Comments
 (0)