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

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

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

revision 3211 by torben, Tue Jun 9 08:55:10 2015 UTC revision 3212 by torben, Thu Dec 28 09:34:47 2017 UTC
# Line 23  public class ActionCommand implements Co Line 23  public class ActionCommand implements Co
23                  String action = req.getParameter("action");                  String action = req.getParameter("action");
24                  String breaker = req.getParameter("breaker");                  String breaker = req.getParameter("breaker");
25                                    
26                  CircuitBreaker cb = CircuitBreakerManager.getManager().getCircuitBreaker(breaker);                  CircuitBreaker<?> cb = CircuitBreakerManager.getManager().getCircuitBreaker(breaker);
27                                    
28                  if (readOnly == false) {                  if (readOnly == false) {
29                          if (action.equalsIgnoreCase("reset"))                          if (action.equalsIgnoreCase("reset"))

Legend:
Removed from v.3211  
changed lines
  Added in v.3212

  ViewVC Help
Powered by ViewVC 1.1.20