diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index e714ff4589..d88b981616 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -499,7 +499,7 @@ DispatcherServlet looks up an appropriate handler mapping and tests whether the handler that is found implements the - LastModified + LastModified interface. If so, the value of the long getLastModified(request) method of the LastModified interface is returned to the