From 694da1f8aca5bd3d5643ca027e4eb340eed49223 Mon Sep 17 00:00:00 2001 From: Roland Weber Date: Sun, 21 Jan 2007 13:59:42 +0000 Subject: [PATCH] trivial change of comments git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@498316 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/http/conn/impl/ThreadSafeClientConnManager.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/java/org/apache/http/conn/impl/ThreadSafeClientConnManager.java b/src/java/org/apache/http/conn/impl/ThreadSafeClientConnManager.java index 3edaf58e4..cbedd722d 100644 --- a/src/java/org/apache/http/conn/impl/ThreadSafeClientConnManager.java +++ b/src/java/org/apache/http/conn/impl/ThreadSafeClientConnManager.java @@ -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 {