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

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

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

revision 1305 by torben, Mon Apr 18 16:26:42 2011 UTC revision 1306 by torben, Tue Apr 19 15:22:09 2011 UTC
# Line 41  public class LoggingCircuitBreaker exten Line 41  public class LoggingCircuitBreaker exten
41                    
42                    
43    
44          public LoggingCircuitBreaker(String name, int threshold, long timeoutMS) {          public LoggingCircuitBreaker(String name, int threshold, int timeoutMS) {
45                  super(name, threshold, timeoutMS);                  super(name, threshold, timeoutMS);
46    
47          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.20