Merge pull request #1436 from wilkinsona/patch-2

Correct the javadoc for ExchangeResult.getUrl()
This commit is contained in:
Stéphane Nicoll 2017-05-27 09:01:54 +02:00 committed by GitHub
commit 7efa0db1d1
1 changed files with 1 additions and 1 deletions

View File

@ -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();