Subversion Repositories bacoAlunos

Rev

Rev 1830 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1848
Line 14... Line 14...
14
    }
14
    }
15
 
15
 
16
    public void init()
16
    public void init()
17
    {
17
    {
18
        super.setTitle("Conclusões");
18
        super.setTitle("Conclusões");
19
        super.getSubSections().add(new GenericTextSection("Identificação de Problemas"));
19
        super.getSections().add(new GenericTextSection("Identificação de Problemas"));
20
        super.getSubSections().add(new GenericTextSection("Melhorias"));
20
        super.getSections().add(new GenericTextSection("Melhorias"));
21
    }
21
    }
22
}
22
}