Browse Source

Merge pull request #1436 from wilkinsona/patch-2

Correct the javadoc for ExchangeResult.getUrl()
pull/1310/merge
Stéphane Nicoll 9 years ago committed by GitHub
parent
commit
7efa0db1d1
  1. 2
      spring-test/src/main/java/org/springframework/test/web/reactive/server/ExchangeResult.java

2
spring-test/src/main/java/org/springframework/test/web/reactive/server/ExchangeResult.java

@ -101,7 +101,7 @@ public class ExchangeResult {
} }
/** /**
* Return the request headers that were sent to the server. * Return the URI of the request.
*/ */
public URI getUrl() { public URI getUrl() {
return this.request.getURI(); return this.request.getURI();

Loading…
Cancel
Save