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:
committed by
Michael Koch
parent
7b040d4c07
commit
4e2721c3f3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user