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:
Michal Kordas 2015-08-18 21:14:24 +02:00 committed by Roman Ivanov
parent 1d7ef7f008
commit 5306bb6be9
1 changed files with 0 additions and 2 deletions

View File

@ -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