summaryrefslogtreecommitdiff
path: root/src/Server/Client.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/Client.java')
-rw-r--r--src/Server/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/Client.java b/src/Server/Client.java
index f7e6eae..f7d015b 100644
--- a/src/Server/Client.java
+++ b/src/Server/Client.java
@@ -36,7 +36,7 @@ public class Client
/** returning the host name */
public String getHostname()
{
- return "me";
+ return "myhost";
}
/** returning the user name */
public String getUsername()