Skip to content

Commit 63496dd

Browse files
committed
javadoc
1 parent 3b334e4 commit 63496dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/main/java/org/springframework/ws/mock/client/ResponseCallback.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
public interface ResponseCallback {
3333

3434
/**
35-
* Execute any number of operations on the supplied response, given the request.
35+
* Execute any number of operations on the supplied response, given the request and URI.
3636
*
37-
* @param uri of the service called
37+
* @param uri the URI
3838
* @param request the request message
3939
* @param response the response message
4040
* @throws IOException in case of I/O errors

0 commit comments

Comments
 (0)