2003-06-19 Michael Koch <konqueror@gmx.de>
* gnu/java/security/x509/X509Certificate.java (writeReplace): Merged from classpath. From-SVN: r68187
This commit is contained in:
committed by
Michael Koch
parent
b7a793afb7
commit
d5b73c26ac
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user