parent
4c38777064
commit
12cc8a9f07
|
|
@ -144,7 +144,7 @@ public interface DatabaseClient extends ConnectionAccessor {
|
|||
Builder apply(Consumer<Builder> builderConsumer);
|
||||
|
||||
/**
|
||||
* Builder the {@link DatabaseClient} instance.
|
||||
* Build the {@link DatabaseClient} instance.
|
||||
*/
|
||||
DatabaseClient build();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -334,7 +334,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