Changed comments

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-06-13 16:39:31 +00:00
parent 3be7e6ab91
commit 5f8e3d49de
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class ClientConnectionRelease {
} catch (RuntimeException ex) {
// In case of an unexpected exception you may want to abort
// the HTTP request in order to shut down the underlying
// connection and release it back to the connection manager.
// connection immediately.
httpget.abort();
throw ex;
} finally {