Commit 6eba7c5f authored by izeye's avatar izeye Committed by Stephane Nicoll

Polish

See gh-22549
parent 42155321
...@@ -542,7 +542,7 @@ class ServerPropertiesTests { ...@@ -542,7 +542,7 @@ class ServerPropertiesTests {
} }
@Test @Test
void nettyMaxInitialLineLenghtMatchesHttpDecoderSpecDefault() { void nettyMaxInitialLineLengthMatchesHttpDecoderSpecDefault() {
assertThat(this.properties.getNetty().getMaxInitialLineLength().toBytes()) assertThat(this.properties.getNetty().getMaxInitialLineLength().toBytes())
.isEqualTo(HttpDecoderSpec.DEFAULT_MAX_INITIAL_LINE_LENGTH); .isEqualTo(HttpDecoderSpec.DEFAULT_MAX_INITIAL_LINE_LENGTH);
} }
......
...@@ -8316,7 +8316,7 @@ If you need the `Mockk` equivalent of the Mockito specific <<boot-features-testi ...@@ -8316,7 +8316,7 @@ If you need the `Mockk` equivalent of the Mockito specific <<boot-features-testi
[[boot-features-container-images]] [[boot-features-container-images]]
== Building Container Images == Building Container Images
Spring Boot applications can be containerized either by <<boot-features-container-images-docker,packaging them into Docker images>>, or by <<boot-features-container-images-buildpacks,using Buildpacks to create docker compatible container images that you can run anywhere>>. Spring Boot applications can be containerized either by <<boot-features-container-images-docker,packaging them into Docker images>>, or by <<boot-features-container-images-buildpacks,using Buildpacks to create Docker compatible container images that you can run anywhere>>.
......
...@@ -48,7 +48,7 @@ class LiquibaseChangelogMissingFailureAnalyzerTests { ...@@ -48,7 +48,7 @@ class LiquibaseChangelogMissingFailureAnalyzerTests {
} }
@AfterAll @AfterAll
static void clearDerbyLogLocation(@TempDir File temp) { static void clearDerbyLogLocation() {
System.clearProperty("derby.stream.error.file"); System.clearProperty("derby.stream.error.file");
} }
......
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