--- old/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java 2017-09-03 00:46:56.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java 2017-09-03 00:46:56.000000000 -0700 @@ -75,32 +75,32 @@ * Audio System Property Keys * * - * Property Key - * Interface - * Affected Method(s) + * Property Key + * Interface + * Affected Method(s) * * * - * {@code javax.sound.sampled.Clip} + * {@code javax.sound.sampled.Clip} * {@link Clip} * {@link #getLine}, {@link #getClip} * - * {@code javax.sound.sampled.Port} + * {@code javax.sound.sampled.Port} * {@link Port} * {@link #getLine} * - * {@code javax.sound.sampled.SourceDataLine} + * {@code javax.sound.sampled.SourceDataLine} * {@link SourceDataLine} * {@link #getLine}, {@link #getSourceDataLine} * - * {@code javax.sound.sampled.TargetDataLine} + * {@code javax.sound.sampled.TargetDataLine} * {@link TargetDataLine} * {@link #getLine}, {@link #getTargetDataLine} * * * * The property value consists of the provider class name and the mixer name, - * separated by the hash mark ("#"). The provider class name is the + * separated by the hash mark ("#"). The provider class name is the * fully-qualified name of a concrete {@link MixerProvider mixer provider} * class. The mixer name is matched against the {@code String} returned by the * {@code getName} method of {@code Mixer.Info}. Either the class name, or the