diff --git a/server/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryResponse.java b/server/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryResponse.java index f8f1c055c7beb..2909e010e9c37 100644 --- a/server/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryResponse.java +++ b/server/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryResponse.java @@ -94,7 +94,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws /** * Temporary method that allows turning a {@link NodeView} into a {@link DiscoveryNode}. This representation will never be used in - * practice, because in >= 6.4 a consumer of the response will only be able to retrieve a representation of {@link NodeView} + * practice, because in 6.4 and above a consumer of the response will only be able to retrieve a representation of {@link NodeView} * objects. * * Effectively this will be used to hold the state of the object in 6.x so there is no need to have 2 backing objects that