Browse Source

Fix JavaDoc in MockRestServiceServer

pull/204/merge
Craig Walls 13 years ago committed by Rossen Stoyanchev
parent
commit
bf8a33902f
  1. 1
      spring-test-mvc/src/main/java/org/springframework/test/web/client/MockRestServiceServer.java

1
spring-test-mvc/src/main/java/org/springframework/test/web/client/MockRestServiceServer.java

@ -50,6 +50,7 @@ import org.springframework.web.client.support.RestGatewaySupport; @@ -50,6 +50,7 @@ import org.springframework.web.client.support.RestGatewaySupport;
* // Use the hotel instance...
*
* mockServer.verify();
* </pre>
*
* <p>To create an instance of this class, use {@link #createServer(RestTemplate)}
* and provide the {@code RestTemplate} to set up for the mock testing.

Loading…
Cancel
Save