Skip to content

Commit 2cd7175

Browse files
committed
Apply Beverly's edits to mvc chapter.
1 parent 19dc0d3 commit 2cd7175

File tree

1 file changed

+1
-1
lines changed
  • spring-framework-reference/src

1 file changed

+1
-1
lines changed

spring-framework-reference/src/mvc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
<classname>DispatcherServlet</classname> looks up an appropriate handler
500500
mapping and tests whether the handler that is found
501501
implements the
502-
</emphasis><interfacename>LastModified</interfacename></emphasis>
502+
<emphasis><interfacename>LastModified</interfacename></emphasis>
503503
interface. If so, the value of the <literal>long
504504
getLastModified(request)</literal> method of the
505505
<interfacename>LastModified</interfacename> interface is returned to the

0 commit comments

Comments
 (0)