Removed anything()

This commit is contained in:
Arjen Poutsma
2010-11-05 11:33:10 +00:00
parent 90bdf17f13
commit 29c6915607

View File

@@ -46,19 +46,6 @@ public abstract class ResponseMatchers {
private ResponseMatchers() {
}
/**
* Expects any response.
*
* @return the response matcher
*/
public static ResponseMatcher anything() {
return new ResponseMatcher() {
public void match(WebServiceMessage request, WebServiceMessage response)
throws IOException, AssertionError {
}
};
}
// Payload
/**