Method comment is wrong
This commit is contained in:
parent
5a81727180
commit
9975f02e4d
|
|
@ -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…
Reference in New Issue