diff --git a/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java b/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java index 3724cc2cdac..fe3347540ff 100644 --- a/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java +++ b/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java @@ -670,6 +670,12 @@ public class AudioSystem { *
The returned TargetDataLine's default
* audio format will be initialized with format.
*
+ *
If the system property
+ * {@code javax.sound.sampled.TargetDataLine}
+ * is defined or it is defined in the file "sound.properties",
+ * it is used to retrieve the default target data line.
+ * For details, refer to the {@link AudioSystem class description}.
+ *
* @param format an AudioFormat object specifying
* the supported audio format of the returned line,
* or null for any audio format
@@ -712,12 +718,6 @@ public class AudioSystem {
*
The returned TargetDataLine's default
* audio format will be initialized with format.
*
- *
If the system property
- * javax.sound.sampled.TargetDataLine
- * is defined or it is defined in the file "sound.properties",
- * it is used to retrieve the default target data line.
- * For details, refer to the {@link AudioSystem class description}.
- *
* @param format an AudioFormat object specifying
* the supported audio format of the returned line,
* or null for any audio format