-
Type:
Bug
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.8.0
-
Fix Version/s: 2.9.0, 3.0.0-alpha4
-
Component/s: fairscheduler
-
Labels:
-
Hadoop Flags:Reviewed
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.