diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-23 17:12:36 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-23 17:12:36 +0000 |
| commit | ba46e76e7376fc94919933d16c3c5cf4a7beae4a (patch) | |
| tree | d3b5959b2637f01ecbabbc75bb2798c74af2da5b /sources/shared/remotecall | |
| parent | c83d9c9c92af88cb5a11fa3ade4138cfe526a3c9 (diff) | |
author buetow => author Paul C. Buetow
Diffstat (limited to 'sources/shared/remotecall')
| -rw-r--r-- | sources/shared/remotecall/ClientRequest.java | 2 | ||||
| -rw-r--r-- | sources/shared/remotecall/RemoteCall.java | 2 | ||||
| -rw-r--r-- | sources/shared/remotecall/ServerResponse.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sources/shared/remotecall/ClientRequest.java b/sources/shared/remotecall/ClientRequest.java index 2622fa0..16fc52f 100644 --- a/sources/shared/remotecall/ClientRequest.java +++ b/sources/shared/remotecall/ClientRequest.java @@ -14,7 +14,7 @@ import shared.*; * An object of this class is sent from the calendar client to the calendar server each time * a request is made. This class encapsulates all the needed information so that the server can * response with a serialized server response object. - * @author buetow + * @author Paul C. Buetow * */ public final class ClientRequest extends RemoteCall implements Serializable { diff --git a/sources/shared/remotecall/RemoteCall.java b/sources/shared/remotecall/RemoteCall.java index c95a3a2..3e7609d 100644 --- a/sources/shared/remotecall/RemoteCall.java +++ b/sources/shared/remotecall/RemoteCall.java @@ -9,7 +9,7 @@ import java.io.*; /** * This is the abstract base class of all other classes of the shared.remotecall package. * Its defining some common methods. - * @author buetow + * @author Paul C. Buetow * */ public abstract class RemoteCall { diff --git a/sources/shared/remotecall/ServerResponse.java b/sources/shared/remotecall/ServerResponse.java index 9c5f961..9cd2cc8 100644 --- a/sources/shared/remotecall/ServerResponse.java +++ b/sources/shared/remotecall/ServerResponse.java @@ -10,7 +10,7 @@ import java.util.Vector; /** * This class represents a server response. A server response will sent from the calendar * server to the calendar client if the client has sent a client request. - * @author buetow + * @author Paul C. Buetow * */ public final class ServerResponse extends RemoteCall implements Serializable { |
