Correct the javadoc for ExchangeResult.getUrl()
This commit is contained in:
parent
be0b671191
commit
bc2e1b375e
|
|
@ -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() {
|
||||
return this.request.getURI();
|
||||
|
|
|
|||
Loading…
Reference in New Issue