diff -r 8df0a9fb4093 -r 3cc0596f81a5 jdk/src/share/classes/javax/sound/sampled/AudioSystem.java --- a/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java Fri Feb 18 13:21:49 2011 +0300 +++ b/jdk/src/share/classes/javax/sound/sampled/AudioSystem.java Fri Feb 18 13:27:29 2011 +0300 @@ -670,6 +670,12 @@ *
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 @@
*
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