Re: [8] Request for review: 8024432: Fix doclint issues in java.security

2013-09-09 Thread Jason Uh
Thanks for catching that. I'll include that correction, too. Jason On 9/9/13 8:30 AM, Sean Mullan wrote: CertPathBuilderSpi [90]: should be "{@code CertPathChecker}" --Sean On 09/06/2013 05:40 PM, Jason Uh wrote: Hi Joe, Please review this fix, which fixes doclint issues in java.security

Re: [8] Request for review: 8024432: Fix doclint issues in java.security

2013-09-09 Thread Sean Mullan
CertPathBuilderSpi [90]: should be "{@code CertPathChecker}" --Sean On 09/06/2013 05:40 PM, Jason Uh wrote: Hi Joe, Please review this fix, which fixes doclint issues in java.security java.security.cert java.security.interfaces webrev: http://cr.openjdk.java.net/~juh/8024432/webrev.00/

Re: [8] Request for review: 8024432: Fix doclint issues in java.security

2013-09-06 Thread Jason Uh
Thanks, Joe. I'll make that revision before I push. On 09/06/2013 03:20 PM, Joseph Darcy wrote: Hi Jason, For the serialVersionUID changes, I recommend using "type" rather than "class". Otherwise, the changes look fine. Thanks, -Joe On 9/6/2013 2:40 PM, Jason Uh wrote: Hi Joe, Please revie

Re: [8] Request for review: 8024432: Fix doclint issues in java.security

2013-09-06 Thread Joseph Darcy
Hi Jason, For the serialVersionUID changes, I recommend using "type" rather than "class". Otherwise, the changes look fine. Thanks, -Joe On 9/6/2013 2:40 PM, Jason Uh wrote: Hi Joe, Please review this fix, which fixes doclint issues in java.security java.security.cert java.security.inte

[8] Request for review: 8024432: Fix doclint issues in java.security

2013-09-06 Thread Jason Uh
Hi Joe, Please review this fix, which fixes doclint issues in java.security java.security.cert java.security.interfaces webrev: http://cr.openjdk.java.net/~juh/8024432/webrev.00/ Changes have been checked against specdiff. Thanks, Jason