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

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

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

revision 404 by torben, Wed Oct 7 04:17:45 2009 UTC revision 444 by torben, Sun Oct 18 09:15:52 2009 UTC
# Line 13  public class AccountingCircuitBreaker ex Line 13  public class AccountingCircuitBreaker ex
13                    
14          public AccountingCircuitBreaker(String name, int threshold, long timeoutMS) {          public AccountingCircuitBreaker(String name, int threshold, long timeoutMS) {
15                  super(name, threshold, timeoutMS);                  super(name, threshold, timeoutMS);
16    
17                    resetCounters();
18          }          }
19    
20          @Override          @Override

Legend:
Removed from v.404  
changed lines
  Added in v.444

  ViewVC Help
Powered by ViewVC 1.1.20