Remove usage of deprecated code in TimeBasedDirectoryCleanerConfig #925
Labels
code cleanup
Fix issues reported by Sonar or any other code analysis tools
Milestone
Once we deprecated KiwiDropwizardDurations#fromDropwizardDuration ( #922 ), Sonar warned of using that deprecated method in
TimeBasedDirectoryCleanerConfig
. Both usages can be replaced by the DropwizardDuration#toJavaDuration
method.The text was updated successfully, but these errors were encountered: