Commit 4e2721c3 by Michael Koch Committed by Michael Koch

2004-10-18 Michael Koch <konqueror@gmx.de>

	* java/rmi/activation/ActivationSystem.java
	(SYSTEM_PORT): Initialize with correct port number.

From-SVN: r89202
parent 7b040d4c
2004-10-18 Michael Koch <konqueror@gmx.de>
* java/rmi/activation/ActivationSystem.java
(SYSTEM_PORT): Initialize with correct port number.
2004-10-18 Michael Koch <konqueror@gmx.de>
* java/lang/reflect/Proxy.java: Improved javadocs.
2004-10-18 Michael Koch <konqueror@gmx.de>
......
......@@ -42,7 +42,7 @@ import java.rmi.RemoteException;
public interface ActivationSystem extends Remote
{
int SYSTEM_PORT = 0; // XXX
int SYSTEM_PORT = 1098;
ActivationID registerObject (ActivationDesc desc)
throws ActivationException, UnknownGroupException, RemoteException;
......
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