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

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

From-SVN: r89202
This commit is contained in:
Michael Koch 2004-10-18 09:49:16 +00:00 committed by Michael Koch
parent 7b040d4c07
commit 4e2721c3f3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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;