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

INTERNAL: Call new merge method instead of existing one for new SMGetResult #739

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

uhm0311
Copy link
Collaborator

@uhm0311 uhm0311 commented Mar 29, 2024

#720

위 PR에서 추가한 메소드를 사용하도록 변경합니다.
기존 메소드는 @Deprecated를 붙인 채로 두었는데, 아예 삭제할까요?

Copy link
Collaborator

@jhpark816 jhpark816 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 완료

@@ -183,4 +128,60 @@ private void refineTrimmedKeys() {
}
}
}

@Deprecated
private void mergeSMGetElementsOld(final List<SMGetElement<T>> eachResult) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

함수 자체의 위치를 변경하였네요.
함수의 위치는 그대로 유지하고,
함수 명, 접근 제한자만 변경하고 Deprecate 처리해 두면 나을 것 같습니다.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

반영했습니다.

@uhm0311 uhm0311 requested a review from jhpark816 April 1, 2024 00:57
@jhpark816 jhpark816 merged commit 215b2d9 into naver:develop Apr 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants