2003-06-19 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Thu, 19 Jun 2003 09:45:44 +0000 (09:45 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 19 Jun 2003 09:45:44 +0000 (09:45 +0000)
* gnu/java/security/x509/X509Certificate.java
(writeReplace): Merged from classpath.

From-SVN: r68187

libjava/ChangeLog
libjava/gnu/java/security/x509/X509Certificate.java

index e2a6eca6315cb8d41fe64a00725f15577ad44f38..02927c243cecdd1c4f8c4a92f1a48bbd310e8580 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-19  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/security/x509/X509Certificate.java
+       (writeReplace): Merged from classpath.
+
 2003-06-19  Michael Koch  <konqueror@gmx.de>
 
        * gnu/java/nio/FileChannelImpl.java
index ca4854ccff141b6b99ff80eeee9339c0a1162155..1ec2e87c2c6cfea2561960c6e78e7c659d688014 100644 (file)
@@ -424,7 +424,7 @@ public class X509Certificate extends java.security.cert.X509Certificate
     return subjectKey;
   }
 
-  public Object writeReplace() throws ObjectStreamException
+  protected Object writeReplace() throws ObjectStreamException
   {
     return super.writeReplace();
   }