Merge branch '5.3.x'

This commit is contained in:
Sébastien Deleuze 2022-10-21 09:37:48 +02:00
commit 6dd3fb1411
4 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@ public interface DatabaseClient extends ConnectionAccessor {
Builder apply(Consumer<Builder> builderConsumer);
/**
* Builder the {@link DatabaseClient} instance.
* Build the {@link DatabaseClient} instance.
*/
DatabaseClient build();
}

View File

@ -369,7 +369,7 @@ public final class HttpRequestValues {
}
/**
* Builder the {@link HttpRequestValues} instance.
* Build the {@link HttpRequestValues} instance.
*/
public HttpRequestValues build() {

View File

@ -367,7 +367,7 @@ public interface WebClient {
Builder clone();
/**
* Builder the {@link WebClient} instance.
* Build the {@link WebClient} instance.
*/
WebClient build();
}

View File

@ -134,7 +134,7 @@ public interface Rendering {
B headers(HttpHeaders headers);
/**
* Builder the {@link Rendering} instance.
* Build the {@link Rendering} instance.
*/
Rendering build();
}