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:
parent
b7a793afb7
commit
d5b73c26ac
2 changed files with 6 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue