Skip to content

Commit

Permalink
Generify ClientHttpRequestMessageSenderIntegrationTest.
Browse files Browse the repository at this point in the history
Resolves #1362.
  • Loading branch information
hduelme authored and gregturn committed Jul 14, 2023
1 parent 4263be2 commit 3ddbc23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
package org.springframework.ws.transport.http;

public class ClientHttpRequestMessageSenderIntegrationTest
extends AbstractHttpWebServiceMessageSenderIntegrationTestCase {
extends AbstractHttpWebServiceMessageSenderIntegrationTestCase<ClientHttpRequestMessageSender> {

@Override
protected AbstractHttpWebServiceMessageSender createMessageSender() {
protected ClientHttpRequestMessageSender createMessageSender() {
return new ClientHttpRequestMessageSender();
}
}

0 comments on commit 3ddbc23

Please sign in to comment.