/[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 1156 by torben, Sun Oct 3 17:17:38 2010 UTC revision 1157 by torben, Sun Oct 3 17:52:48 2010 UTC
# Line 39  public class MailNotifier extends AsyncN Line 39  public class MailNotifier extends AsyncN
39                          if (evnt == Event.BreakerTripped || evnt == Event.BreakerReset) {                          if (evnt == Event.BreakerTripped || evnt == Event.BreakerReset) {
40                                  // create some properties and get the default Session                                  // create some properties and get the default Session
41                                  Session session = Session.getDefaultInstance(props, null);                                  Session session = Session.getDefaultInstance(props, null);
42                                  session.setDebug(true);                                  session.setDebug(false);
43                                                                    
44                                                                    
45                                  // create a message                                  // create a message

Legend:
Removed from v.1156  
changed lines
  Added in v.1157

  ViewVC Help
Powered by ViewVC 1.1.20