Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove redundant @inheritDoc on @override #1161
Comments
added a commit
to timo95/gradoop
that referenced
this issue
Jan 22, 2019
added a commit
to timo95/gradoop
that referenced
this issue
Jan 22, 2019
galpha
closed this
in
#1162
Jan 23, 2019
added a commit
that referenced
this issue
Jan 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
timo95 commentedJan 22, 2019
JavaDoc automatically references the doc of overridden methods. Using inheritDoc without any further comments is redundant. It should only be used when the overridden methods doc is expanded upon.