From 63496ddac42b6d4bfc475f52b350f8a595d17ab9 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 28 Jul 2010 05:52:16 +0000 Subject: [PATCH] javadoc --- .../org/springframework/ws/mock/client/ResponseCallback.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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