package dk.thoerup.circuitbreaker.notification; public class NullNotifier implements Notifier { public void sendNotification(String breakerName, Event evnt) { //Do Nothing } }