From 0d76689168e2dd3defda295cd4a4dce926396d27 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 7 Aug 2009 03:41:34 +0000 Subject: [PATCH] Apply Beverly's edits to mvc chapter. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1712 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/mvc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index e714ff45893..d88b9816166 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