Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.8.0
-
Reviewed
Description
There are several javadoc issues:
- Class JavaDoc is missing.
- getInstance() is missing @return and @param tags.
- parse() is missing @return tag and description for @throws tag.
- checkIfUsageOverFairShare() is missing a period at the end of the first sentence.
- getHeadroom() should use
{@code}
instead of <code> tags.