Browse Source

Fixed JavaDoc for determineRootDir method (SPR-5340)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1797 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Thomas Risberg 17 years ago
parent
commit
83ed9fb3a7
  1. 2
      org.springframework.core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java

2
org.springframework.core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java

@ -354,7 +354,7 @@ public class PathMatchingResourcePatternResolver implements ResourcePatternResol @@ -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

Loading…
Cancel
Save