/[projects]/CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
ViewVC logotype

Diff of /CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1305 by torben, Sun Jun 20 21:54:53 2010 UTC revision 1306 by torben, Tue Apr 19 15:22:09 2011 UTC
# Line 18  public class AccountingCircuitBreaker ex Line 18  public class AccountingCircuitBreaker ex
18                    
19          private long lastResetCounters = 0;          private long lastResetCounters = 0;
20                    
21          public AccountingCircuitBreaker(String name, int threshold, long timeoutMS) {          public AccountingCircuitBreaker(String name, int threshold, int timeoutMS) {
22                  super(name, threshold, timeoutMS);                  super(name, threshold, timeoutMS);
23    
24                  resetCounters();                  resetCounters();

Legend:
Removed from v.1305  
changed lines
  Added in v.1306

  ViewVC Help
Powered by ViewVC 1.1.20