From 78fb3ccc537279c0d8455fad288d8f93301a8841 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 10 Nov 2020 14:12:37 +0100 Subject: [PATCH] Polish --- .../springframework/boot/autoconfigure/web/WebProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java index b1bd0f12d8..2127c227ff 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java @@ -363,7 +363,7 @@ public class WebProperties { /** * Whether we should use the "lastModified" metadata of the files in HTTP - * caching headers. Enabled by default. + * caching headers. */ private boolean useLastModified = true;