From def40bf27f86f9c069cc3ea784e973a750f78cd7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Sep 2016 14:36:12 +0200 Subject: [PATCH] Polish --- .../boot/autoconfigure/web/ResourceProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;