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

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

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

revision 423 by torben, Thu Oct 8 12:32:09 2009 UTC revision 424 by torben, Thu Oct 8 20:39:39 2009 UTC
# Line 58  public class CircuitBreakerServletBase Line 58  public class CircuitBreakerServletBase
58                  throw new ServletException("No such command:" + command);                  throw new ServletException("No such command:" + command);
59          }          }
60    
61            @Override
62          public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {          public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
63                  Command cmd = getCommand( req.getParameter("command"));                  Command cmd = getCommand( req.getParameter("command"));
64                                    

Legend:
Removed from v.423  
changed lines
  Added in v.424

  ViewVC Help
Powered by ViewVC 1.1.20