-
v0.3 alpha
Constructor has:
acceptStrategy = acceptStrategy;
Probably want to change to:
this.acceptStrategy = acceptStrategy;.
2005-01-19 19:09:37 UTC in Pyrasun Java Libraries
-
v0.3 alpha
Constructor has:
acceptStrategy = acceptStrategy;
Probably want to change to:
this.acceptStrategy = acceptStrategy;.
2005-01-19 17:05:55 UTC in Pyrasun Java Libraries
-
v0.3 alpha
Constructor has:
acceptStrategy = acceptStrategy;
Probably want to change to:
this.acceptStrategy = acceptStrategy;.
2005-01-19 17:04:28 UTC in Pyrasun Java Libraries
-
v0.3 alpha
public ObjectServerClientImpl (EIOObjectEndpoint
endpoint)
{
this.endpoint = endpoint;
this.listener = listener;
}
Probably want to remove this.listener = listener.
2005-01-19 17:03:21 UTC in Pyrasun Java Libraries