--- old/src/java.desktop/share/classes/javax/sound/midi/ShortMessage.java 2017-07-05 16:02:27.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/midi/ShortMessage.java 2017-07-05 16:02:27.000000000 -0700 @@ -303,9 +303,8 @@ * @param status the MIDI status byte * @param data1 the first data byte * @param data2 the second data byte - * @throws InvalidMidiDataException if the status byte, or all data - * bytes belonging to the message, do not specify a valid MIDI - * message + * @throws InvalidMidiDataException if the status byte, or all data bytes + * belonging to the message, do not specify a valid MIDI message * @see #setMessage(int, int, int, int) * @see #setMessage(int) */