Skip to content

Commit

Permalink
remove: BaseSemesterEntity 수정자 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Aug 29, 2024
1 parent 8b779f8 commit 6a84833
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,4 @@ public abstract class BaseSemesterEntity extends BaseEntity {

@Enumerated(EnumType.STRING)
private SemesterType semesterType;

protected void updateAcademicYear(Integer academicYear) {
this.academicYear = academicYear;
}

protected void updateSemesterType(SemesterType semesterType) {
this.semesterType = semesterType;
}
}

0 comments on commit 6a84833

Please sign in to comment.