summaryrefslogtreecommitdiff
path: root/sources/shared/remotecall/ClientRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shared/remotecall/ClientRequest.java')
-rw-r--r--sources/shared/remotecall/ClientRequest.java2
1 files changed, 1 insertions, 1 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 {