On 15/09/2020 22:02, Pavel Rappo wrote:
On 15 Sep 2020, at 20:50, Brian Burkhalter <brian.burkhal...@oracle.com> wrote:

On Sep 15, 2020, at 12:38 PM, Kevin Rushforth <kevin.rushfo...@oracle.com> 
wrote:

I see this in DecimalFormatSymbols:


     /**
      * Override hashCode.
      */
   private volatile int hashCode;
     @Override
     public int hashCode() {

Although, I'm not sure why the intervening private field would prevent javadoc 
from generating at least a method with an empty doc

https://bugs.openjdk.java.net/browse/JDK-8187386


So in this case, the solution would be to remove the superfluous "Override equals." comment from the equals method, right?

Reply via email to