/* * ProcessoMutableTreeNode.java * * Created on 29 de Abril de 2007, 19:31 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package siprp.medicina.processo.estrutura; /** * * @author Frederico */ public class ProcessoMutableTreeNode { /** Creates a new instance of ProcessoMutableTreeNode */ public ProcessoMutableTreeNode() { } }