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:
parent
dff91540f3
commit
694da1f8ac
|
@ -958,8 +958,7 @@ public class ThreadSafeClientConnManager
|
|||
}
|
||||
}
|
||||
|
||||
//@@@ 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 @@ public class ThreadSafeClientConnManager
|
|||
}
|
||||
|
||||
/**
|
||||
* 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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue