Subversion Repositories bacoAlunos

Rev

Rev 1814 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.services.courses.coursereport.documentmodel;

import pt.estgp.estgweb.utils.documentBuilder.GenericTextSection;

/**
 * Created by jorgemachado on 11/10/17.
 */

public class IntroSection extends GenericTextSection
{
    public IntroSection()
    {

    }

    public void init()
    {
        setTitle("Introdução");
        super.init();
    }
}