JavaDoc detail

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@508948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-02-18 19:20:27 +00:00
parent 7f2fad2321
commit bd3314ae08
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import java.io.IOException;
* This can be implemented by various "trigger" objects which are
* associated with a connection, for example
* a {@link EofSensorInputStream stream}
* or an entity
* or an {@link BasicManagedEntity entity}
* or the {@link ManagedClientConnection connection} itself.
* <br/>
* The methods in this interface can safely be called multiple times.