alexruiz / fest-assert-2.x

FEST Fluent Assertions 2.x
http://fest.easytesting.org
Apache License 2.0
402 stars 69 forks source link

Remove unnecessary {@inheritDoc} #155

Open cowwoc opened 11 years ago

cowwoc commented 11 years ago

Search for and remove all methods with the following Javadoc: /** {@inheritDoc} */

This isn't necessary as it is the default behavior. All you're doing is cluttering the Java file :)