Skip to content

Commit 7f48d1b

Browse files
committed
Remove obsolete Tiles documentation from Javadoc
See gh-29852
1 parent fd84b09 commit 7f48d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/view/AbstractCachingViewResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public boolean isCache() {
133133
* Note that this flag only applies if the general {@link #setCache "cache"}
134134
* flag is kept at its default of "true" as well.
135135
* <p>Of specific interest is the ability for some AbstractUrlBasedView
136-
* implementations (FreeMarker, Tiles) to check if an underlying resource
136+
* implementations (e.g., FreeMarker) to check if an underlying resource
137137
* exists via {@link AbstractUrlBasedView#checkResource(Locale)}.
138138
* With this flag set to "false", an underlying resource that re-appears
139139
* is noticed and used. With the flag set to "true", one check is made only.

0 commit comments

Comments
 (0)