Fix typos in spring-mvc.xsd
Closes gh-1535
This commit is contained in:
committed by
Stephane Nicoll
parent
f2d040c41c
commit
b11d1f5f9b
@@ -959,7 +959,7 @@
|
|||||||
<xsd:attribute name="cache-views" type="xsd:boolean">
|
<xsd:attribute name="cache-views" type="xsd:boolean">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation><![CDATA[
|
<xsd:documentation><![CDATA[
|
||||||
Enable or disable thew caching of resolved views.
|
Enable or disable the caching of resolved views.
|
||||||
Default is "true": caching is enabled.
|
Default is "true": caching is enabled.
|
||||||
Disable this only for debugging and development.
|
Disable this only for debugging and development.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
@@ -969,7 +969,7 @@
|
|||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation><![CDATA[
|
<xsd:documentation><![CDATA[
|
||||||
The view class that should be used to create views.
|
The view class that should be used to create views.
|
||||||
Configure this if you want to provide a custom View implementation, typically a ub-class of the expected View type.
|
Configure this if you want to provide a custom View implementation, typically a sub-class of the expected View type.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
<xsd:appinfo>
|
<xsd:appinfo>
|
||||||
<tool:annotation kind="ref">
|
<tool:annotation kind="ref">
|
||||||
|
|||||||
Reference in New Issue
Block a user