diff --git a/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java b/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java index e6156636..9c49b386 100644 --- a/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java +++ b/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java @@ -74,7 +74,7 @@ import org.springframework.xml.validation.XmlValidatorFactory; * @ContextConfiguration("applicationContext.xml") * public class IntegrationTest { * - * // AirlineClient extends WebServiceGatewaySupport, and is configured in applicationContext.xml + * // MyWebServiceClient extends WebServiceGatewaySupport, and is configured in applicationContext.xml * @Autowired * private MyWebServiceClient client; *