Fix JavaDoc in MockRestServiceServer

This commit is contained in:
Craig Walls 2012-12-13 21:07:08 -06:00 committed by Rossen Stoyanchev
parent 6be0445072
commit ccb1153440
1 changed files with 1 additions and 0 deletions

View File

@ -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.