setFailureCount is not thread-safe, but is not used AFAICT so remove it

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1206727 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-11-27 14:56:02 +00:00
parent fceb87e3bc
commit 5470d0746b
1 changed files with 0 additions and 4 deletions

View File

@ -75,10 +75,6 @@ public class Stats {
return failureCount;
}
public void setFailureCount(int failureCount) {
this.failureCount = failureCount;
}
public synchronized long getContentLen() {
return contentLen;
}