See gh-4448
This commit is contained in:
Stephane Nicoll
2015-11-13 09:50:04 +01:00
parent 2ac18a33d5
commit 0c8d302a98
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ public class WebMvcProperties {
private Map<String, MediaType> mediaTypes = new LinkedHashMap<String, MediaType>();
/**
* Path that pattern used for static resources.
* Path pattern used for static resources.
*/
private String staticPathPattern = "/**";