Skip to content

Commit ef0a667

Browse files
committed
Polish contribution
See gh-49364
1 parent 2820a77 commit ef0a667

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/http/client/JettyHttpClientBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ private JettyHttpClientBuilder(Consumer<HttpClient> customizer,
6464
}
6565

6666
/**
67-
* Return a new {@link JettyHttpClientBuilder} that applies additional
68-
* customization to the underlying {@link HttpClient}.
67+
* Return a new {@link JettyHttpClientBuilder} that applies additional customization
68+
* to the underlying {@link HttpClient}.
6969
* @param customizer the customizer to apply
7070
* @return a new {@link JettyHttpClientBuilder} instance
7171
*/
@@ -76,8 +76,8 @@ public JettyHttpClientBuilder withCustomizer(Consumer<HttpClient> customizer) {
7676
}
7777

7878
/**
79-
* Return a new {@link JettyHttpClientBuilder} that applies additional
80-
* customization to the underlying {@link HttpClientTransport}.
79+
* Return a new {@link JettyHttpClientBuilder} that applies additional customization
80+
* to the underlying {@link HttpClientTransport}.
8181
* @param httpClientTransportCustomizer the customizer to apply
8282
* @return a new {@link JettyHttpClientBuilder} instance
8383
*/
@@ -90,8 +90,8 @@ public JettyHttpClientBuilder withHttpClientTransportCustomizer(
9090
}
9191

9292
/**
93-
* Return a new {@link JettyHttpClientBuilder} that applies additional
94-
* customization to the underlying {@link ClientConnector}.
93+
* Return a new {@link JettyHttpClientBuilder} that applies additional customization
94+
* to the underlying {@link ClientConnector}.
9595
* @param clientConnectorCustomizerCustomizer the customizer to apply
9696
* @return a new {@link JettyHttpClientBuilder} instance
9797
*/

0 commit comments

Comments
 (0)