Skip to content

Add checkstyle rule for method javadoc whitespace #16

Closed
@philwebb

Description

@philwebb

Enforce the following for method javadoc:

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

and not

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions