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

[AMQ-9543] Replace use of deprecated setInactiveTimoutBeforeGC in unit tests #1269

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AlexejTimonin
Copy link
Contributor

@AlexejTimonin AlexejTimonin commented Jul 23, 2024

PolicyEntry.setInactiveTimoutBeforeGC(long inactiveTimoutBeforeGC) is deprecated, and the deprecation note suggests using PolicyEntry.setInactiveTimeoutBeforeGC(long setInactiveTimeoutBeforeGC).

The deprecation note has a typo, it says to use the getInactiveTimeoutBeforeGC for the deprecated setInactiveTimoutBeforeGC, but should be setInactiveTimeoutBeforeGC

@AlexejTimonin AlexejTimonin changed the title Code Janitor task: Replace use of deprecated setInactiveTimoutBeforeGC in unit tests [AMQ-9543] Replace use of deprecated setInactiveTimoutBeforeGC in unit tests Jul 27, 2024
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.

1 participant