Polishing

This commit is contained in:
Sam Brannen
2025-04-15 15:19:34 +02:00
parent aad742ded0
commit 5fb37e3133
3 changed files with 7 additions and 8 deletions
@@ -656,11 +656,11 @@ public interface WebTestClient {
/**
* Set an API version for the request. The version is inserted into the
* request by the {@link Builder#apiVersionInserter(ApiVersionInserter)
* request by the {@linkplain Builder#apiVersionInserter(ApiVersionInserter)
* configured} {@code ApiVersionInserter}.
* @param version the API version of the request; this can be a String or
* some Object that can be formatted the inserter, e.g. through an
* {@link ApiVersionFormatter}.
* some Object that can be formatted by the inserter — for example,
* through an {@link ApiVersionFormatter}
* @since 7.0
*/
S apiVersion(Object version);