mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Correct the javadoc for ExchangeResult.getUrl()
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user