Skip to content

Commit 954cf72

Browse files
committed
Fix javadoc
1 parent b7d08ee commit 954cf72

File tree

1 file changed

+3
-7
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+3
-7
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,8 @@ public static class Tomcat {
568568
private File basedir;
569569

570570
/**
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.
575573
*/
576574
@DefaultDurationUnit(ChronoUnit.SECONDS)
577575
private Duration backgroundProcessorDelay = Duration.ofSeconds(30);
@@ -914,9 +912,7 @@ public void setBuffered(boolean buffered) {
914912
public static class Resource {
915913

916914
/**
917-
* <<<<<<< HEAD Time-to-live of the static resource cache. =======
918-
* Time-to-live, in milliseconds, of the static resource cache. >>>>>>> Align
919-
* edits with code
915+
* Time-to-live of the static resource cache.
920916
*/
921917
private Duration cacheTtl;
922918

0 commit comments

Comments
 (0)