--- old/src/java.desktop/share/classes/javax/sound/midi/MetaMessage.java 2017-07-05 16:02:19.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/midi/MetaMessage.java 2017-07-05 16:02:19.000000000 -0700 @@ -54,8 +54,8 @@ /** * Status byte for {@code MetaMessage} (0xFF, or 255), which is used in MIDI - * files. It has the same value as SYSTEM_RESET, which is used in the - * real-time "MIDI wire" protocol. + * files. It has the same value as {@link ShortMessage#SYSTEM_RESET}, which + * is used in the real-time "MIDI wire" protocol. * * @see MidiMessage#getStatus */