Skip to content

Commit f4786d7

Browse files
izeyesnicoll
authored andcommitted
Polish
Closes gh-16083
1 parent 1b55f0c commit f4786d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public void accessLogMaxDaysDefault() {
325325
}
326326

327327
@Test
328-
public void accessLoMaxDaysCanBeRedefined() {
328+
public void accessLogMaxDaysCanBeRedefined() {
329329
bind("server.tomcat.accesslog.enabled=true",
330330
"server.tomcat.accesslog.max-days=20");
331331
TomcatServletWebServerFactory factory = customizeAndGetFactory();

0 commit comments

Comments
 (0)