We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c878e9 commit bccc7a6Copy full SHA for bccc7a6
spring-core/src/test/java/org/springframework/util/AntPathMatcherTests.java
@@ -136,7 +136,6 @@ public void match() {
136
public void matchWithNullPath() {
137
assertThat(pathMatcher.match("/test", null)).isFalse();
138
assertThat(pathMatcher.match("/", null)).isFalse();
139
- assertThat(pathMatcher.match("/", null)).isFalse();
140
assertThat(pathMatcher.match(null, null)).isFalse();
141
}
142
0 commit comments