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:
parent
fceb87e3bc
commit
5470d0746b
|
@ -75,10 +75,6 @@ public class Stats {
|
|||
return failureCount;
|
||||
}
|
||||
|
||||
public void setFailureCount(int failureCount) {
|
||||
this.failureCount = failureCount;
|
||||
}
|
||||
|
||||
public synchronized long getContentLen() {
|
||||
return contentLen;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue