Merge branch '5.3.x'
This commit is contained in:
commit
6dd3fb1411
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -369,7 +369,7 @@ public final class HttpRequestValues {
|
|||
}
|
||||
|
||||
/**
|
||||
* Builder the {@link HttpRequestValues} instance.
|
||||
* Build the {@link HttpRequestValues} instance.
|
||||
*/
|
||||
public HttpRequestValues build() {
|
||||
|
||||
|
|
|
@ -367,7 +367,7 @@ public interface WebClient {
|
|||
Builder clone();
|
||||
|
||||
/**
|
||||
* Builder the {@link WebClient} instance.
|
||||
* Build the {@link WebClient} instance.
|
||||
*/
|
||||
WebClient build();
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ public interface Rendering {
|
|||
B headers(HttpHeaders headers);
|
||||
|
||||
/**
|
||||
* Builder the {@link Rendering} instance.
|
||||
* Build the {@link Rendering} instance.
|
||||
*/
|
||||
Rendering build();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue