--- old/src/java.desktop/share/classes/javax/sound/midi/MidiFileFormat.java 2017-09-03 00:46:52.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/midi/MidiFileFormat.java 2017-09-03 00:46:51.000000000 -0700 @@ -43,32 +43,36 @@ * The following table lists some common properties that should be used in * implementations: * - * + *
* + * * - * + * * - * - * - * - * - * *
MIDI File Format Properties
Property key - * Value type - * Description + * Property key + * Value type + * Description + *
"author" + * "author" * {@link String String} * name of the author of this file *
"title" + * "title" * {@link String String} * title of this file *
"copyright" + * "copyright" * {@link String String} * copyright message *
"date" + * "date" * {@link java.util.Date Date} * date of the recording or release *
"comment" + * "comment" * {@link String String} * an arbitrary text + *
* * @author Kara Kytle