diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java index ab470b393a..943edc202d 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java @@ -172,7 +172,7 @@ public class ResourceProperties implements ResourceLoaderAware { /** * Enable resolution of already gzipped resources. Checks for a resource name - * variant with the {@code *.gz} extension. + * variant with the "*.gz" extension. */ private boolean gzipped = false;