Skip to content

Typo in method name hasExplictTimeToLiveProperty in RedisPersistentEntity class #2933

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

Closed
ziyao0 opened this issue Jun 29, 2024 · 1 comment
Closed
Assignees
Labels
type: task A general task

Comments

@ziyao0
Copy link

ziyao0 commented Jun 29, 2024

Description
In the org.springframework.data.redis.core.mapping.RedisPersistentEntity class, the method name boolean hasExplictTimeToLiveProperty(); contains a typo. The correct spelling should be hasExplicitTimeToLiveProperty.

Suggested fix
Rename the method hasExplictTimeToLiveProperty to hasExplicitTimeToLiveProperty.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 29, 2024
@ziyao0 ziyao0 closed this as completed Jul 1, 2024
@ziyao0 ziyao0 reopened this Jul 1, 2024
@christophstrobl christophstrobl self-assigned this Jul 1, 2024
@christophstrobl christophstrobl added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 1, 2024
@christophstrobl
Copy link
Member

good catch - thank you @ziyao0 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants