Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Andy Wilkinson
2016-11-16 09:12:21 +00:00
3 changed files with 0 additions and 7 deletions

View File

@@ -139,7 +139,6 @@ public class ResourceMatcherTests {
.find(Arrays.asList(new File("src/test/resources/resource-matcher/one"),
new File("src/test/resources/resource-matcher/two"),
new File("src/test/resources/resource-matcher/three")));
System.out.println(matchedResources);
List<String> paths = new ArrayList<String>();
for (MatchedResource resource : matchedResources) {
paths.add(resource.getName());