From 83ed9fb3a7356e3b3975aef6257bbd3b3b923fd0 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Wed, 2 Sep 2009 20:03:12 +0000 Subject: [PATCH] Fixed JavaDoc for determineRootDir method (SPR-5340) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1797 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../core/io/support/PathMatchingResourcePatternResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java b/org.springframework.core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java index 342e1e0956c..24eaa7f4696 100644 --- a/org.springframework.core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java +++ b/org.springframework.core/src/main/java/org/springframework/core/io/support/PathMatchingResourcePatternResolver.java @@ -354,7 +354,7 @@ public class PathMatchingResourcePatternResolver implements ResourcePatternResol * resolving the root directory location to a java.io.File * and passing it into retrieveMatchingFiles, with the * remainder of the location as pattern. - *

Will return "/WEB-INF" for the pattern "/WEB-INF/*.xml", + *

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