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