diff --git a/test/src/main/java/org/springframework/ws/mock/client/ResponseCallback.java b/test/src/main/java/org/springframework/ws/mock/client/ResponseCallback.java index 9de39571..8613e6f2 100644 --- a/test/src/main/java/org/springframework/ws/mock/client/ResponseCallback.java +++ b/test/src/main/java/org/springframework/ws/mock/client/ResponseCallback.java @@ -32,9 +32,9 @@ import org.springframework.ws.WebServiceMessage; public interface ResponseCallback { /** - * Execute any number of operations on the supplied response, given the request. + * Execute any number of operations on the supplied response, given the request and URI. * - * @param uri of the service called + * @param uri the URI * @param request the request message * @param response the response message * @throws IOException in case of I/O errors