On Fri, 6 Jan 2023 05:25:29 GMT, Prasanta Sadhukhan <psadhuk...@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