Fixed JavaDoc for determineRootDir method (SPR-5340)

This commit is contained in:
Thomas Risberg
2009-09-02 20:03:12 +00:00
parent f323a5bb5d
commit d10be7443f

View File

@@ -354,7 +354,7 @@ public class PathMatchingResourcePatternResolver implements ResourcePatternResol
* resolving the root directory location to a <code>java.io.File</code>
* and passing it into <code>retrieveMatchingFiles</code>, with the
* remainder of the location as pattern.
* <p>Will return "/WEB-INF" for the pattern "/WEB-INF/*.xml",
* <p>Will return "/WEB-INF/" for the pattern "/WEB-INF/*.xml",
* for example.
* @param location the location to check
* @return the part of the location that denotes the root directory