/[projects]/miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/notification/NullNotifier.java
ViewVC logotype

Diff of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/notification/NullNotifier.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 5  import dk.thoerup.circuitbreaker.Event; Line 5  import dk.thoerup.circuitbreaker.Event;
5    
6  public class NullNotifier implements Notifier {  public class NullNotifier implements Notifier {
7    
8          public void sendNotification(CircuitBreaker breaker, Event evnt) {          public void sendNotification(CircuitBreaker<?> breaker, Event evnt) {
9                  //Do Nothing                  //Do Nothing
10          }          }
11    

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

  ViewVC Help
Powered by ViewVC 1.1.20