Method comment is wrong

master
youmoo 9 years ago committed by Brian Clozel
parent 5a81727180
commit 9975f02e4d
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/multiaction/InternalPathMethodNameResolver.java

@ -99,7 +99,7 @@ public class InternalPathMethodNameResolver extends AbstractUrlMethodNameResolve
/**
* Extract the handler method name from the given request URI.
* Delegates to {@code WebUtils.extractViewNameFromUrlPath(String)}.
* Delegates to {@code WebUtils.extractFilenameFromUrlPath(String)}.
* @param uri the request URI (e.g. "/index.html")
* @return the extracted URI filename (e.g. "index")
* @see org.springframework.web.util.WebUtils#extractFilenameFromUrlPath

Loading…
Cancel
Save