/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.oceano.ourico.contexto; /** * * @author marapao */ public class Configuracao { public static final boolean sendEmail = false; }