Remove obsolete Tiles documentation from Javadoc

See gh-29852
This commit is contained in:
Sam Brannen
2023-01-20 10:27:48 +01:00
parent fd84b0997a
commit 7f48d1b55a

View File

@@ -133,7 +133,7 @@ public abstract class AbstractCachingViewResolver extends WebApplicationObjectSu
* Note that this flag only applies if the general {@link #setCache "cache"}
* flag is kept at its default of "true" as well.
* <p>Of specific interest is the ability for some AbstractUrlBasedView
* implementations (FreeMarker, Tiles) to check if an underlying resource
* implementations (e.g., FreeMarker) to check if an underlying resource
* exists via {@link AbstractUrlBasedView#checkResource(Locale)}.
* With this flag set to "false", an underlying resource that re-appears
* is noticed and used. With the flag set to "true", one check is made only.