--- old/src/share/classes/javax/sound/sampled/DataLine.java 2014-07-16 20:39:43.281935400 +0400 +++ new/src/share/classes/javax/sound/sampled/DataLine.java 2014-07-16 20:39:43.111935100 +0400 @@ -355,11 +355,11 @@ * {@code true} for all formats returned by {@code getFormats()}. *

* Some fields in the AudioFormat instances can be set to - * {@link javax.sound.sampled.AudioSystem#NOT_SPECIFIED NOT_SPECIFIED} - * if that field does not apply to the format, or if the format supports - * a wide range of values for that field. For example, a multi-channel - * device supporting up to 64 channels, could set the channel field in - * the {@code AudioFormat} instances returned by this method to + * {@link AudioSystem#NOT_SPECIFIED NOT_SPECIFIED} if that field does + * not apply to the format, or if the format supports a wide range of + * values for that field. For example, a multi-channel device supporting + * up to 64 channels, could set the channel field in the + * {@code AudioFormat} instances returned by this method to * {@code NOT_SPECIFIED}. * * @return a set of supported audio formats