On Thu, 8 Apr 2021 04:59:13 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> 
> 
> > In many places, we use {@inheritdoc} [ex. 
> > https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/plaf/synth/SynthToolTipUI.java#L68]
> >  for same usecase!!!
> 
> All of them are in the SynthXX classes and were added as part of moving that 
> classes to the javax package by the JDK-6827653 in jdk7. The spec of the 
> parent class was used in the CCC since the new functionality of these methods 
> was not specified and was hidden.
> 
> So you are right, it looks like the same use case as we discussed here, and 
> if in this case the javadoc was hidden intentionally then I assume it was 
> hidden there as well. Lets wait how the JDK-8264217 will be resolved.

JDK-8264217 is closed as wont-ftx so the spec would be empty by default as it 
is now.....So, can we have this spec notes instead?

-------------

PR: https://git.openjdk.java.net/jdk/pull/3213

Reply via email to