--- a/jdk/src/share/classes/java/security/PrivateKey.java Tue Jan 22 20:59:21 2013 -0800
+++ b/jdk/src/share/classes/java/security/PrivateKey.java Wed Jan 23 09:49:10 2013 +0000
@@ -40,7 +40,8 @@
* sensitive key information to be destroyed, cleared, or in the case
* where such information is immutable, unreferenced.
* Finally, since {@code PrivateKey} is {@code Serializable}, implementations
- * should also override {@link java.io.ObjectOutputStream.writeObject}
+ * should also override
+ * {@link java.io.ObjectOutputStream#writeObject(java.lang.Object)}
* to prevent keys that have been destroyed from being serialized.
*
* @see Key
--- a/jdk/src/share/classes/javax/crypto/SecretKey.java Tue Jan 22 20:59:21 2013 -0800
+++ b/jdk/src/share/classes/javax/crypto/SecretKey.java Wed Jan 23 09:49:10 2013 +0000
@@ -40,7 +40,8 @@
* sensitive key information to be destroyed, cleared, or in the case
* where such information is immutable, unreferenced.
* Finally, since {@code SecretKey} is {@code Serializable}, implementations
- * should also override {@link java.io.ObjectOutputStream.writeObject}
+ * should also override
+ * {@link java.io.ObjectOutputStream#writeObject(java.lang.Object)}
* to prevent keys that have been destroyed from being serialized.
*
* <p>Keys that implement this interface return the string {@code RAW}