trivial change of comments

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@498316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-01-21 13:59:42 +00:00
parent dff91540f3
commit 694da1f8ac

View File

@ -958,8 +958,7 @@ private void freeConnection(TrackingPoolEntry entry) {
}
}
//@@@ change argument to OperatedClientConnection
//@@@ private static void closeConnection(final org.apache.http.HttpConnection conn) {
private static void closeConnection(final OperatedClientConnection conn) {
try {
conn.close();
@ -969,8 +968,8 @@ private static void closeConnection(final OperatedClientConnection conn) {
}
/**
* A simple struct-like class to combine the objects needed to release a connection's
* resources when claimed by the garbage collector.
* A simple struct-like class to combine the objects needed to release
* a connection's resources when claimed by the garbage collector.
*/
private static class ConnectionSource {