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

Annotation of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/notification/NullNotifier.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 412 - (hide annotations) (download)
Wed Oct 7 16:42:10 2009 UTC (14 years, 8 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/notification/NullNotifier.java
File size: 192 byte(s)
just use class.getName instead of overriding toString
1 torben 409 package dk.thoerup.curcuitbreaker.notification;
2    
3     public class NullNotifier implements Notifier {
4    
5     public void sendNotification(String breakerName, Event evnt) {
6     //Do Nothing
7     }
8    
9     }

  ViewVC Help
Powered by ViewVC 1.1.20