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

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

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

revision 1290 by torben, Thu Oct 22 06:01:35 2009 UTC revision 1291 by torben, Wed Apr 13 01:14:28 2011 UTC
# Line 54  public class CircuitBreakerServletBase Line 54  public class CircuitBreakerServletBase
54                          return new ViewCircuitBreaker(readOnly);                          return new ViewCircuitBreaker(readOnly);
55                  if (command.equals("action"))                  if (command.equals("action"))
56                          return new ActionCommand(readOnly);                          return new ActionCommand(readOnly);
57                    if (command.equals("log"))
58                            return new LogViewCommand();
59                                    
60                  throw new ServletException("No such command:" + command);                  throw new ServletException("No such command:" + command);
61          }          }

Legend:
Removed from v.1290  
changed lines
  Added in v.1291

  ViewVC Help
Powered by ViewVC 1.1.20