--- old/src/java.desktop/share/classes/javax/sound/sampled/AudioFormat.java 2017-09-03 00:46:54.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/sampled/AudioFormat.java 2017-09-03 00:46:54.000000000 -0700 @@ -94,21 +94,21 @@ * Audio Format Properties * * - * Property key - * Value type - * Description + * Property key + * Value type + * Description * * * - * "bitrate" + * "bitrate" * {@link java.lang.Integer Integer} * average bit rate in bits per second * - * "vbr" + * "vbr" * {@link java.lang.Boolean Boolean} * {@code true}, if the file is encoded in variable bit rate (VBR) * - * "quality" + * "quality" * {@link java.lang.Integer Integer} * encoding/conversion quality, 1..100 *