Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExerciseGuideMapper 메서드 static 변경 #41

Open
13wjdgk opened this issue Sep 18, 2023 · 0 comments
Open

ExerciseGuideMapper 메서드 static 변경 #41

13wjdgk opened this issue Sep 18, 2023 · 0 comments
Assignees
Labels
refactoring 리팩토링

Comments

@13wjdgk
Copy link
Contributor

13wjdgk commented Sep 18, 2023

changeDateToLocalDate 메서드가 static으로 정의되어 , 이후 convertDateToKST 메서드도 static으로 정의되었습니다.
이 부분 수정 필요 !!

@Named("changeDateToLocalDate")
	static LocalDate changeDateToLocalDate(LocalDate createdAt) {
		return LocalDateChangeUtil.convertDateToKST(createdAt);

	}
@13wjdgk 13wjdgk added the refactoring 리팩토링 label Sep 18, 2023
@13wjdgk 13wjdgk self-assigned this Sep 18, 2023
@13wjdgk 13wjdgk changed the title ExerciseGuideMapper 메서드 static 선언 변경 ExerciseGuideMapper 메서드 static 변경 Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring 리팩토링
Projects
None yet
Development

No branches or pull requests

1 participant