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