/[projects]/CircuitBreaker/src/dk/thoerup/circuitbreaker/notification/MailNotifier.java
ViewVC logotype

Diff of /CircuitBreaker/src/dk/thoerup/circuitbreaker/notification/MailNotifier.java

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

revision 1148 by torben, Fri Oct 1 11:40:30 2010 UTC revision 1149 by torben, Fri Oct 1 12:57:06 2010 UTC
# Line 32  public class MailNotifier extends AsyncN Line 32  public class MailNotifier extends AsyncN
32                  props.put("mail.smtp.host", mailhost);                  props.put("mail.smtp.host", mailhost);
33          }          }
34    
35            //TODO: Only send mail when event == trigger || event == reset
36          @Override          @Override
37          public void sendAsync(String breakerName, Event evnt) {          public void sendAsync(String breakerName, Event evnt) {
38                  try {                  try {

Legend:
Removed from v.1148  
changed lines
  Added in v.1149

  ViewVC Help
Powered by ViewVC 1.1.20