6778613: Update javax.crypto.Cipher.getMaxAllowedKeyLength to point to proper Appendix after doc reorg
authorwetmore
Tue, 02 Dec 2008 14:53:52 -0800
changeset 1692 92165aa9df3e
parent 1637 bfa39b25f0fc
child 1693 f99cde90680f
child 1703 a28fa559929a
6778613: Update javax.crypto.Cipher.getMaxAllowedKeyLength to point to proper Appendix after doc reorg Reviewed-by: mullan
jdk/src/share/classes/javax/crypto/Cipher.java
--- a/jdk/src/share/classes/javax/crypto/Cipher.java	Sat Nov 29 20:55:29 2008 -0800
+++ b/jdk/src/share/classes/javax/crypto/Cipher.java	Tue Dec 02 14:53:52 2008 -0800
@@ -2377,7 +2377,7 @@
      * For more information on default key size in JCE jurisdiction
      * policy files, please see Appendix E in the
      * <a href=
-     *   "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppE">
+     *   "{@docRoot}/../technotes/guides/security/crypto/CryptoSpec.html#AppC">
      * Java Cryptography Architecture Reference Guide</a>.
      *
      * @param transformation the cipher transformation.