Subversion Repositories bacoAlunos

Rev

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

Rev 1830 Rev 1848
Line 17... Line 17...
17
    }
17
    }
18
 
18
 
19
 
19
 
20
    public void init() {
20
    public void init() {
21
        setTitle("Relatórios das Unidades Curriculares");
21
        setTitle("Relatórios das Unidades Curriculares");
22
        setSubSections(new ArrayList<DocumentSection>());
22
        setSections(new ArrayList<DocumentSection>());
23
    }
23
    }
24
}
24
}