activemq icon indicating copy to clipboard operation
activemq copied to clipboard

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

Open AlexejTimonin opened this issue 1 year ago • 0 comments

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 avatar Jul 23 '24 20:07 AlexejTimonin