git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3459 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2010-06-24 11:52:44 +00:00
parent fb6db2ddb2
commit 7f1282766a
@@ -20,7 +20,7 @@ import java.io.IOException;
import java.io.InputStream;
/**
* Represents an HTTP output message, consisting of {@linkplain #getHeaders() headers}
* Represents an HTTP input message, consisting of {@linkplain #getHeaders() headers}
* and a readable {@linkplain #getBody() body}.
*
* <p>Typically implemented by an HTTP request on the server-side, or a response on the client-side.