<i18n dev> RFR: 4934362: see also refers to self [v2]

Sergey Bylokhov serb at openjdk.org
Fri Jan 6 05:35:50 UTC 2023


On Fri, 6 Jan 2023 05:25:29 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Some methods and constants has a hyperreference to self in javadoc which is rectified to reference proper methods
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Rectified link

src/java.desktop/share/classes/java/awt/MediaTracker.java line 529:

> 527:      *                       have been aborted, or have encountered
> 528:      *                       an error; {@code false} otherwise
> 529:      * @see         java.awt.MediaTracker#checkID(int, boolean, boolean)

int, boolean, boolean is a private method, it should probably refer the checkID(int)

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

PR: https://git.openjdk.org/jdk/pull/11820


More information about the i18n-dev mailing list