Skip to content

Commit b388e13

Browse files
committed
Remove > from Javadoc (fatal with Java 11)
1 parent 09ee42e commit b388e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public XContentBuilder toXContent(XContentBuilder builder, Params params) throws
9494

9595
/**
9696
* Temporary method that allows turning a {@link NodeView} into a {@link DiscoveryNode}. This representation will never be used in
97-
* practice, because in >= 6.4 a consumer of the response will only be able to retrieve a representation of {@link NodeView}
97+
* practice, because in 6.4 and above a consumer of the response will only be able to retrieve a representation of {@link NodeView}
9898
* objects.
9999
*
100100
* 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

0 commit comments

Comments
 (0)