/* * Webmaster.java * * Created on 8 de Julho de 2007, 18:30 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package webutil; import javax.servlet.ServletConfig; /** * * @author Eduardo */ public class Webmaster { /** Creates a new instance of Webmaster */ public Webmaster() { } public String getEmailAddress() { return "edubezerra@gmail.com"; } public static void init(ServletConfig aConfig) { } }