Polish JSP documentation

This commit ensures consistency with the documentation of other view
resolvers.

See gh-35444
This commit is contained in:
Sébastien Deleuze
2025-09-09 13:36:10 +02:00
parent dff489d0cf
commit f8823ddc11
@@ -37,9 +37,11 @@ XML::
+
[source,xml,indent=0,subs="verbatim,quotes"]
----
<mvc:view-resolvers>
<mvc:jsp />
</mvc:view-resolvers>
<mvc:annotation-driven/>
<mvc:view-resolvers>
<mvc:jsp/>
</mvc:view-resolvers>
----
======