Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Sep 27, 2024
1 parent 927f7d5 commit 0c91809
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ default Set<NodeFeature> getFeatures() {
/**
* Returns a set of test features that this node supports.
* <p>
* 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<NodeFeature> getTestFeatures() {
return Set.of();
Expand Down

0 comments on commit 0c91809

Please sign in to comment.