/[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 1301 by torben, Sat Apr 16 21:00:08 2011 UTC revision 1302 by torben, Mon Apr 18 16:26:42 2011 UTC
# Line 14  public class LoggingCircuitBreaker exten Line 14  public class LoggingCircuitBreaker exten
14          public class LogEntry {          public class LogEntry {
15                  public long time;                  public long time;
16                  public Notifier.Event event;                  public Notifier.Event event;
17                  public int count = 0;                  public int count = 1;
18                    
19                  public LogEntry(Notifier.Event evnt) {                  public LogEntry(Notifier.Event evnt) {
20                          this.event = evnt;                          this.event = evnt;

Legend:
Removed from v.1301  
changed lines
  Added in v.1302

  ViewVC Help
Powered by ViewVC 1.1.20