Statement unnecessarily nested within else clause.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1726953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-01-27 08:24:45 +00:00
parent 8c840c918b
commit 5868ceed56
1 changed files with 1 additions and 2 deletions

View File

@ -173,9 +173,8 @@ public class MinimalClientExec implements ClientExecChain {
if (execAware.isAborted()) {
releaseTrigger.close();
throw new RequestAbortedException("Request aborted");
} else {
execAware.setCancellable(releaseTrigger);
}
execAware.setCancellable(releaseTrigger);
}
if (!managedConn.isOpen()) {