--- old/src/java.desktop/share/classes/com/sun/media/sound/MidiUtils.java 2015-10-14 20:39:51.962830875 +0400 +++ new/src/java.desktop/share/classes/com/sun/media/sound/MidiUtils.java 2015-10-14 20:39:51.778830884 +0400 @@ -250,7 +250,7 @@ /** * Binary search for the event indexes of the track * - * @param tick - tick number of index to be found in array + * @param tick tick number of index to be found in array * @return index in track which is on or after "tick". * if no entries are found that follow after tick, track.size() is returned */