Skip to content

Commit

Permalink
GRAD2-2995: the gender enum type is removed.
Browse files Browse the repository at this point in the history
GRAD2-2995: the gender enum type is removed.
  • Loading branch information
infstar committed Oct 2, 2024
1 parent 677319c commit 9e7904e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ private GraduationStatus getGraduationStatus(ca.bc.gov.educ.api.graduation.model

private Student getStudentDataAchvReport(GradSearchStudent studentObj, List<StudentOptionalProgram> optionalStudentProgram) {
Student studObj = new Student();
studObj.setGender(StudentGenderEnum.valueOf(studentObj.getGenderCode()).toString());
studObj.setCitizenship(studentObj.getStudentCitizenship());
studObj.setFirstName(studentObj.getLegalFirstName());
studObj.setMiddleName(studentObj.getLegalMiddleNames());
Expand Down

0 comments on commit 9e7904e

Please sign in to comment.