fixed JavaDoc warnings

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@503529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-02-05 01:22:39 +00:00
parent 6b2feac66d
commit dc2b5d84df
1 changed files with 3 additions and 4 deletions

View File

@ -36,13 +36,12 @@ package org.apache.http.impl.client;
* implementation need to respond appropriately.
*
* <p>When one of the three types of {@link java.io.InputStream}, one of
* AutoCloseInputStream (package), {@link ContentLengthInputStream}, or
* {@link ChunkedInputStream} finishes with its content, either because
* <code>AutoCloseInputStream</code> (package),
* <code>ContentLengthInputStream</code>, or
* <code>ChunkedInputStream</code> finishes with its content, either because
* all content has been consumed, or because it was explicitly closed,
* it notifies its corresponding method via this interface.</p>
*
* @see ContentLengthInputStream
* @see ChunkedInputStream
* @author Eric Johnson
*/
interface ResponseConsumedWatcher {