You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -568,10 +568,8 @@ public static class Tomcat {
568
568
privateFilebasedir;
569
569
570
570
/**
571
-
* <<<<<<< HEAD Delay between the invocation of backgroundProcess methods. If a
572
-
* duration suffix is not specified, seconds will be used. ======= Delay, in
573
-
* seconds, between the invocation of backgroundProcess methods. >>>>>>> Align
574
-
* edits with code
571
+
* Delay between the invocation of backgroundProcess methods. If a
572
+
* duration suffix is not specified, seconds will be used.
0 commit comments