On 09/02/2014 21:01, Joe Darcy wrote:
Hello,
Please review this change to address serial lint warnings in javax.sound:
8034046: Fix serial lint warnings in javax.sound
http://cr.openjdk.java.net/~darcy/8034046.0/
Mostly this change is adding six missing serialVersionUID fields; I
verified the reported serialver values were consistent on JDK 6 and 8.
However, in two classes I also removed some non-javadoc comments.
This looks good to me (and surprising that the non-javadoc comments were
noticed and removed previously).
-Alan