Polishing

This commit is contained in:
Juergen Hoeller
2017-09-08 16:56:22 +02:00
parent aa4ae7a750
commit fd0132c7e6
4 changed files with 15 additions and 9 deletions

View File

@@ -146,6 +146,7 @@ public interface ClientResponse extends Closeable {
@Override
void close();
/**
* Represents the headers of the HTTP response.
* @see ClientResponse#headers()
@@ -175,6 +176,6 @@ public interface ClientResponse extends Closeable {
* Return the headers as a {@link HttpHeaders} instance.
*/
HttpHeaders asHttpHeaders();
}
}