diff --git a/docs/config_coding.html b/docs/config_coding.html index df09331f9..b0fdac585 100644 --- a/docs/config_coding.html +++ b/docs/config_coding.html @@ -1199,6 +1199,7 @@ return !valid();

ReturnCount

Description

Restrict the number of return statements. Default = 2. + Ignores equals methods.

diff --git a/docs/releasenotes.html b/docs/releasenotes.html index ad5ca14df..df4f150ca 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -174,6 +174,9 @@

  • Fixed JavadocStyleCheck to handle inline javadoc tags correctly (bug 897749)
  • +
  • Updated documentation for ReturnCount check to + reflect that it doesn't check equals() method (bug 904443)
  • +