6778613: Update javax.crypto.Cipher.getMaxAllowedKeyLength to point to proper Appendix after doc reorg
Reviewed-by: mullan
--- 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.