Commit cc2d882d authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-11090
parent 07f71e88
...@@ -1198,11 +1198,11 @@ ...@@ -1198,11 +1198,11 @@
} }
}, },
{ {
"name": "spring.resources.cach-period", "name": "spring.resources.cache-period",
"type": "java.lang.Integer", "type": "java.lang.Integer",
"description": "Cache period for the resources served by the resource handler. If a duration suffix is not specified, seconds will be used.", "description": "Cache period for the resources served by the resource handler. If a duration suffix is not specified, seconds will be used.",
"deprecation": { "deprecation": {
"replacement": "spring.resources.cach-period", "replacement": "spring.resources.cache.period",
"level": "error" "level": "error"
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment