diff --git a/test/src/main/java/org/springframework/ws/test/client/MockWebServiceServer.java b/test/src/main/java/org/springframework/ws/test/client/MockWebServiceServer.java index b838d72e..0b238b4a 100644 --- a/test/src/main/java/org/springframework/ws/test/client/MockWebServiceServer.java +++ b/test/src/main/java/org/springframework/ws/test/client/MockWebServiceServer.java @@ -31,7 +31,6 @@ import org.springframework.ws.test.support.MockStrategiesHelper; *
    *
  1. Create a {@code MockWebServiceServer} instance by calling {@link #createServer(WebServiceTemplate)}, * {@link #createServer(WebServiceGatewaySupport)}, or {@link #createServer(ApplicationContext)}. - * or any other the other {@code createServer()} methods. *
  2. Set up request expectations by calling {@link #expect(RequestMatcher)}, possibly by using the default * {@link RequestMatcher} implementations provided in {@link RequestMatchers} (which can be statically imported). * Multiple expectations can be set up by chaining {@link ResponseActions#andExpect(RequestMatcher)} calls.