Re: JDK 9 RFR of javadoc typo in PKCS8EncodedKeySpec

2015-03-09 Thread joe darcy
Hi Jason, Thanks for the notification; I've closed out the open bug as a duplicate of the fixed one. Cheers, -Joe On 3/9/2015 7:13 PM, Jason Uh wrote: Hi Joe, Looks good to me. There actually is already a bug for this: https://bugs.openjdk.java.net/browse/JDK-8074673 Thanks for the fix,

Re: JDK 9 RFR of javadoc typo in PKCS8EncodedKeySpec

2015-03-09 Thread Jason Uh
Hi Joe, Looks good to me. There actually is already a bug for this: https://bugs.openjdk.java.net/browse/JDK-8074673 Thanks for the fix, Jason On 3/9/15 5:56 PM, joe darcy wrote: Hello, When doing a JDK docs build, I noticed a javadoc warning is reported for PKCS8EncodedKeySpec; the type i

Re: JDK 9 RFR of javadoc typo in PKCS8EncodedKeySpec

2015-03-09 Thread Xuelei Fan
Looks fine to me. Thanks! Xuelei On 3/10/2015 8:56 AM, joe darcy wrote: > Hello, > > When doing a JDK docs build, I noticed a javadoc warning is reported for > PKCS8EncodedKeySpec; the type is missing the "code" in a {@code ...} tag. > > Patch below. Upon successful review, I'll file a bug. >