Bug 56694 - checkInterval attribute is not existant on StandardManager or embedded Stores of PersistentManager
Summary: checkInterval attribute is not existant on StandardManager or embedded Stores...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.0.x-trunk
Hardware: All All
: P2 trivial (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-03 19:38 UTC by Felix Schumacher
Modified: 2014-07-04 09:01 UTC (History)
0 users



Attachments
remove checkInterval from docs (1.92 KB, patch)
2014-07-03 19:38 UTC, Felix Schumacher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Schumacher 2014-07-03 19:38:47 UTC
Created attachment 31789 [details]
remove checkInterval from docs

There is no attribute "checkInterval" in StandardManager or the embedded Stores of PersistentManager. So just remove the attribute description from the documentation.
Comment 1 Mark Thomas 2014-07-04 09:01:48 UTC
Thanks for the report. This has been fixed in 8.0.x for 8.0.10 onwards. Searching the codebase for "checkInterval" found a few more similar issues that I also fixed.