Remove unnecessary @inheritDoc. #1555
Fixes `UnnecessaryInheritDoc` inspection violations in test code.
Description:
>Reports any Javadoc comments which contain only the {@inheritDoc} tag. Since Javadoc copies the super class' comment if no comment is present, a comment containing only an {@inheritDoc} adds nothing.
This commit is contained in:
parent
1d7ef7f008
commit
5306bb6be9
|
|
@ -115,8 +115,6 @@ public class AutomaticBean
|
|||
* is called for each {@link Configuration#getChildren child Configuration}
|
||||
* of {@code configuration}.
|
||||
*
|
||||
* @param config {@inheritDoc}
|
||||
* @throws CheckstyleException {@inheritDoc}
|
||||
* @see Configurable
|
||||
*/
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue