Commit d5b73c26 by Michael Koch Committed by Michael Koch

2003-06-19 Michael Koch <konqueror@gmx.de>

	* gnu/java/security/x509/X509Certificate.java
	(writeReplace): Merged from classpath.

From-SVN: r68187
parent b7a793af
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
(map_address): Made public.
(FileChannelImpl): Merged with classpath.
......
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment