Re: RFR: Fix typographical errors in Cipher.java (JDK-8030132 and JDK-8160222)

2016-06-30 Thread Ivan Gerasimov
Looks good! Similar typo is found in another file: java.security.jgss/share/classes/sun/security/jgss/spi/GSSContextSpi.java: * Return the mechanism-specific attribute associated with (@code type}. May be worth fixing it together. With kind regards, Ivan On 30.06.2016 10:39, Jamil Nimeh

Re: RFR: Fix typographical errors in Cipher.java (JDK-8030132 and JDK-8160222)

2016-06-30 Thread Wang Weijun
Change looks fine. Thanks Max > On Jun 30, 2016, at 3:39 PM, Jamil Nimeh wrote: > > Hello all, > > This fixes a few typos in the Javadoc for Cipher.java. > > Bug: > https://bugs.openjdk.java.net/browse/JDK-8030132 > https://bugs.openjdk.java.net/browse/JDK-8160222 >

RFR: Fix typographical errors in Cipher.java (JDK-8030132 and JDK-8160222)

2016-06-30 Thread Jamil Nimeh
Hello all, This fixes a few typos in the Javadoc for Cipher.java. Bug: https://bugs.openjdk.java.net/browse/JDK-8030132 https://bugs.openjdk.java.net/browse/JDK-8160222 Webrev: http://cr.openjdk.java.net/~jnimeh/reviews/8030132/webrev.01/ --Jamil