Skip to content

Commit a0518d3

Browse files
committed
Merge pull request #21732 from dreis2211
* pr/21732: Polish Closes gh-21732
2 parents 44f375c + 2b5569f commit a0518d3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/socket/FileDescriptor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
import java.util.function.IntConsumer;
2222

2323
/**
24-
* Provides access to an opaque to the underling file system representation of an open
25-
* file.
24+
* Provides access to the underlying file system representation of an open file.
2625
*
2726
* @author Phillip Webb
2827
* @see #acquire()

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/client/RestTemplateBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public RestTemplateBuilder setReadTimeout(Duration readTimeout) {
438438
}
439439

440440
/**
441-
* Sets if the underling {@link ClientHttpRequestFactory} should buffer the
441+
* Sets if the underlying {@link ClientHttpRequestFactory} should buffer the
442442
* {@linkplain ClientHttpRequest#getBody() request body} internally.
443443
* @param bufferRequestBody value of the bufferRequestBody parameter
444444
* @return a new builder instance.

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void environmentPropertyAccessWhenMutableShouldBeTolerable() {
144144
}
145145

146146
@Test // gh-21416
147-
void decendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant() {
147+
void descendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant() {
148148
StandardEnvironment environment = createPerformanceTestEnvironment(true);
149149
Iterable<ConfigurationPropertySource> sources = ConfigurationPropertySources.get(environment);
150150
ConfigurationPropertyName missing = ConfigurationPropertyName.of("missing");

0 commit comments

Comments
 (0)