-
Notifications
You must be signed in to change notification settings - Fork 429
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
Fix JavaDoc warnings and remove obselete HTML tags #786
Fix JavaDoc warnings and remove obselete HTML tags #786
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #786 +/- ##
===========================================
+ Coverage 48.16% 48.5% +0.33%
- Complexity 2785 2810 +25
===========================================
Files 116 116
Lines 27858 27858
Branches 4639 4639
===========================================
+ Hits 13418 13512 +94
+ Misses 12230 12204 -26
+ Partials 2210 2142 -68
Continue to review full report at Codecov.
|
@@ -50,14 +50,14 @@ | |||
* concurrency for updates, and a maximum capacity to bound the map by. This | |||
* implementation differs from {@link ConcurrentHashMap} in that it maintains a | |||
* page replacement algorithm that is used to evict an entry when the map has | |||
* exceeded its capacity. Unlike the <tt>Java Collections Framework</tt>, this | |||
* exceeded its capacity. Unlike the <b>Java Collections Framework</b>, this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this change necessary?
No description provided.