summaryrefslogtreecommitdiff
path: root/src/Client/ChatClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/ChatClient.java')
-rw-r--r--src/Client/ChatClient.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Client/ChatClient.java b/src/Client/ChatClient.java
index 283e983..7872c94 100644
--- a/src/Client/ChatClient.java
+++ b/src/Client/ChatClient.java
@@ -67,7 +67,7 @@ public class ChatClient
}
/** if the line is special command privmsg will handle it, else it will send the line as a privmsg.
- * @param the line.*/
+ * @param line the line.*/
public void PRIVMSG (String line)
{
String[] words = line.split("[ \t]", 2);
@@ -123,9 +123,8 @@ public class ChatClient
}
/** opening new connection
- * @param
- * host name.
- * port name. */
+ * @param host name.
+ * @param port name. */
public boolean connect (String host, int port)
{
try