From 2cd71758ed80522315187242d3cc0e7baf73edd1 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. --- 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 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