Fix JavaDoc in MockRestServiceServer
This commit is contained in:
parent
6be0445072
commit
ccb1153440
|
@ -50,6 +50,7 @@ import org.springframework.web.client.support.RestGatewaySupport;
|
||||||
* // Use the hotel instance...
|
* // Use the hotel instance...
|
||||||
*
|
*
|
||||||
* mockServer.verify();
|
* mockServer.verify();
|
||||||
|
* </pre>
|
||||||
*
|
*
|
||||||
* <p>To create an instance of this class, use {@link #createServer(RestTemplate)}
|
* <p>To create an instance of this class, use {@link #createServer(RestTemplate)}
|
||||||
* and provide the {@code RestTemplate} to set up for the mock testing.
|
* and provide the {@code RestTemplate} to set up for the mock testing.
|
||||||
|
|
Loading…
Reference in New Issue