Address review comment to use consistent punctuation in param javadoc#1427
Address review comment to use consistent punctuation in param javadoc#1427njr-11 wants to merge 1 commit intojakartaee:mainfrom
Conversation
…ion for param javadoc
But https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html says:
|
That's unfortunate. It means nearly all of the Javadoc I've contributed to specifications is out of compliance with Oracle's style guide. It will be a disruptive change to correct all of it - probably best to wait until a point when there are not other PRs pending to change that sort of thing due to the large number of lines it will impact and the merge conflicts that would cause. |
Fixes this review comment from #1418 about inconsistent punctuation of
@paramjavadoc in theSortclass,#1418 (review)
The majority of
@paramjavadoc in this class ends with., so I updated the places where it was lacking.