<Sound Dev> [9] Review Request: 8156583 Typo in the spec of javax.sound.sampled.AudioFormat.Encoding.toString()

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Mon May 9 20:50:49 UTC 2016


Hello,
Please review the fix for trivial typo in jdk9.

Example in the specification contains the typo:
* variable (field) name. For example, {@code PCM_SIGNED.toString()}
* returns the name "pcm_signed".

Note that the pcm_signed is in lower-case, this was true long time ago, 
but since then the static constant was renamed and their values were 
changed to upper-case.

Bug: https://bugs.openjdk.java.net/browse/JDK-8156583
Webrev can be found at: http://cr.openjdk.java.net/~serb/8156583/webrev.00


-- 
Best regards, Sergey.


More information about the sound-dev mailing list