Package org.sonatype.security.email

Examples of org.sonatype.security.email.NullSecurityEmailer


      if (i.hasNext()) {
        this.securityEmailer = i.next();
      }
      else {
        this.logger.error("Failed to find a SecurityEmailer");
        this.securityEmailer = new NullSecurityEmailer();
      }
    }
    return this.securityEmailer;
  }
View Full Code Here

TOP

Related Classes of org.sonatype.security.email.NullSecurityEmailer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.