Commit 2b5569f0 authored by dreis2211's avatar dreis2211 Committed by Phillip Webb

Polish

See gh-21732
parent 44f375c5
......@@ -21,8 +21,7 @@ import java.io.IOException;
import java.util.function.IntConsumer;
/**
* Provides access to an opaque to the underling file system representation of an open
* file.
* Provides access to the underlying file system representation of an open file.
*
* @author Phillip Webb
* @see #acquire()
......
......@@ -438,7 +438,7 @@ public class RestTemplateBuilder {
}
/**
* Sets if the underling {@link ClientHttpRequestFactory} should buffer the
* Sets if the underlying {@link ClientHttpRequestFactory} should buffer the
* {@linkplain ClientHttpRequest#getBody() request body} internally.
* @param bufferRequestBody value of the bufferRequestBody parameter
* @return a new builder instance.
......
......@@ -144,7 +144,7 @@ class ConfigurationPropertySourcesTests {
}
@Test // gh-21416
void decendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant() {
void descendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant() {
StandardEnvironment environment = createPerformanceTestEnvironment(true);
Iterable<ConfigurationPropertySource> sources = ConfigurationPropertySources.get(environment);
ConfigurationPropertyName missing = ConfigurationPropertyName.of("missing");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment