Closes gh-33566
This commit is contained in:
Johnny Lim
2024-09-19 14:57:52 +09:00
committed by Sam Brannen
parent 6120076437
commit 3ba9d35e22
12 changed files with 21 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.lang.Nullable;
/**
* Abstract base class for URL-based views. Provides a consistent way of
* holding the URL that a View wraps, in the form of an "url" bean property.
* holding the URL that a View wraps, in the form of a "url" bean property.
*
* @author Juergen Hoeller
* @since 13.12.2003