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:
Michael Koch 2003-06-19 09:45:44 +00:00 committed by Michael Koch
parent b7a793afb7
commit d5b73c26ac
2 changed files with 6 additions and 1 deletions

View 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

View 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();
}