Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1138 → Rev 1139

/impl/src/java/pt/estgp/estgweb/domain/CourseUnitImpl.java
138,7 → 138,7
public String getSigesUniqueIdentifiers()
{
return "SIGES:" + getCode() + ", COURSE: " + getCourseCode() +
", " + getSemestre() + " of " + getImportYear() + " - " + getName();
", " + getSemestre() + " of " + getImportYear() + " - " + getName() + " Turma - " + getCdTurma();
}