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

Diff of /CircuitBreaker/src/dk/thoerup/circuitbreaker/web/ViewCircuitBreaker.java

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

revision 1286 by torben, Mon Apr 11 07:52:15 2011 UTC revision 1287 by torben, Mon Apr 11 07:58:57 2011 UTC
# Line 103  public class ViewCircuitBreaker implemen Line 103  public class ViewCircuitBreaker implemen
103    
104                          sb.append("<tr><th colspan=\"2\">Logging</th></tr>\n");                          sb.append("<tr><th colspan=\"2\">Logging</th></tr>\n");
105                          for(LoggingCircuitBreaker.LogEntry entry : list) {                          for(LoggingCircuitBreaker.LogEntry entry : list) {
106                                  sb.append("<tr><td>");                                  sb.append("<tr><td colspan=\"2\">");
107                                  sb.append( formatDate(entry.time) ).append(" : ").append(entry.event);                                                            sb.append( formatDate(entry.time) ).append(" : ").append(entry.event);                          
108                                  sb.append("</td></tr>");                                  sb.append("</td></tr>");
109                          }                          }

Legend:
Removed from v.1286  
changed lines
  Added in v.1287

  ViewVC Help
Powered by ViewVC 1.1.20