Fix broken hyperlink

Closes gh-1114
This commit is contained in:
Do Nhu Vy 2016-07-17 22:31:22 +07:00 committed by Stephane Nicoll
parent 1c18100143
commit 479a83b628
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ For an explanation of this principle, refer to __Expert Spring Web MVC and Web F
Seth Ladd and others; specifically see the section "A Look At Design," on page 117 of
the first edition. Alternatively, see
* http://www.objectmentor.com/resources/articles/ocp.pdf[Bob Martin, The Open-Closed
* https://www.cs.duke.edu/courses/fall07/cps108/papers/ocp.pdf[Bob Martin, The Open-Closed
Principle (PDF)]
You cannot add advice to final methods when you use Spring MVC. For example, you cannot