Skip to content

Commit 280a1b8

Browse files
committed
Make AbstractWebRequestMatcherTests abstract
1 parent 2c44eab commit 280a1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/AbstractWebRequestMatcherTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author Sam Brannen
3030
* @since 4.2
3131
*/
32-
public class AbstractWebRequestMatcherTests {
32+
abstract class AbstractWebRequestMatcherTests {
3333

3434
protected void assertMatches(WebRequestMatcher matcher, String url) throws MalformedURLException {
3535
assertThat(matcher.matches(new WebRequest(new URL(url)))).isTrue();

0 commit comments

Comments
 (0)