--- CircuitBreaker/src/dk/thoerup/curcuitbreaker/notification/Log4jNotifier.java 2009/10/07 15:56:01 411 +++ CircuitBreaker/src/dk/thoerup/curcuitbreaker/notification/Log4jNotifier.java 2009/10/07 16:42:10 412 @@ -25,9 +25,4 @@ logger.warn("Circuitbreaker " + breakerName + " : " + eventString); } - @Override - public String toString() { - return "JavaLogNotifier"; - } - }