Subversion Repositories bacoAlunos

Rev

Rev 1814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1814 Rev 1821
Line 613... Line 613...
613
    }
613
    }
614
 
614
 
615
    public static BpmnFlowComponentDao getBpmnFlowComponentDaoImpl() {
615
    public static BpmnFlowComponentDao getBpmnFlowComponentDaoImpl() {
616
        return BpmnFlowComponentDao.getInstance();
616
        return BpmnFlowComponentDao.getInstance();
617
    }
617
    }
-
 
618
 
-
 
619
    public static BpmnRoleSelectorDaoImpl getBpmnRoleSelectorDaoImpl() {
-
 
620
        return BpmnRoleSelectorDaoImpl.getInstance();
-
 
621
    }
618
}
622
}