Skip to content

Commit 4399809

Browse files
authored
Update AntPathMatcher.java
1 parent 492bca3 commit 4399809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/util/AntPathMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ private static class MatchContext{
660660
this.uriTemplateVariables = uriTemplateVariables;
661661
}
662662
}
663-
663+
664664
/**
665665
* Tests whether a string matches against a pattern via a {@link Pattern}.
666666
* <p>The pattern may contain special characters: '*' means zero or more characters; '?' means one and

0 commit comments

Comments
 (0)