From 0c91809ded2b7b9bbf381daef9cf2f543561d424 Mon Sep 17 00:00:00 2001 From: Simon Cooper Date: Fri, 27 Sep 2024 13:49:30 +0100 Subject: [PATCH] Update javadoc --- .../java/org/elasticsearch/features/FeatureSpecification.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/main/java/org/elasticsearch/features/FeatureSpecification.java b/server/src/main/java/org/elasticsearch/features/FeatureSpecification.java index f9d6be702031f..03f0dd89f172e 100644 --- a/server/src/main/java/org/elasticsearch/features/FeatureSpecification.java +++ b/server/src/main/java/org/elasticsearch/features/FeatureSpecification.java @@ -43,8 +43,8 @@ default Set getFeatures() { /** * Returns a set of test features that this node supports. *

- * These features will only be exposed if the {@code test-features} plugin is loaded. - * This should only be used when deploying test clusters + * These features will only be exposed if the {@code tests.testfeatures.enabled} system property is set. + * This should only be used when deploying test clusters. */ default Set getTestFeatures() { return Set.of();