Skip to content

Commit 29c6915

Browse files
committed
Removed anything()
1 parent 90bdf17 commit 29c6915

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/src/main/java/org/springframework/ws/test/server/ResponseMatchers.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@ public abstract class ResponseMatchers {
4646
private ResponseMatchers() {
4747
}
4848

49-
/**
50-
* Expects any response.
51-
*
52-
* @return the response matcher
53-
*/
54-
public static ResponseMatcher anything() {
55-
return new ResponseMatcher() {
56-
public void match(WebServiceMessage request, WebServiceMessage response)
57-
throws IOException, AssertionError {
58-
}
59-
};
60-
}
61-
6249
// Payload
6350

6451
/**

0 commit comments

Comments
 (0)