Skip to content

Add checkstyle rule for method javadoc whitespace #16

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

Closed
philwebb opened this issue Apr 27, 2018 · 1 comment
Closed

Add checkstyle rule for method javadoc whitespace #16

philwebb opened this issue Apr 27, 2018 · 1 comment

Comments

@philwebb
Copy link
Contributor

philwebb commented Apr 27, 2018

Enforce the following for method javadoc:

/**
 * Something.
 * @param someParam a param
 */

and not

/**
 * Something.
 *
 * @param someParam a param
 */
@philwebb
Copy link
Contributor Author

philwebb commented Dec 3, 2020

Closing in favor of PR #199

@philwebb philwebb closed this as completed Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant