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

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

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

revision 1302 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.1302  
changed lines
  Added in v.1306

  ViewVC Help
Powered by ViewVC 1.1.20