diff --git a/source/org/jivesoftware/smack/packet/Authentication.java b/source/org/jivesoftware/smack/packet/Authentication.java
index 793eb8e10..b3becf100 100644
--- a/source/org/jivesoftware/smack/packet/Authentication.java
+++ b/source/org/jivesoftware/smack/packet/Authentication.java
@@ -81,7 +81,7 @@ public class Authentication extends IQ {
/**
* Returns the type of the authentication packet.
*
- * @return
+ * @return the type of the authentication packet.
*/
public Type getType() {
return type;
@@ -90,7 +90,7 @@ public class Authentication extends IQ {
/**
* Sets the type of the authentication packet.
*
- * @param type
+ * @param type the type of the authentication packet.
*/
public void setType(Type type) {
this.type = type;
diff --git a/source/org/jivesoftware/smack/packet/Message.java b/source/org/jivesoftware/smack/packet/Message.java
index 285a7543d..419ad4a7e 100644
--- a/source/org/jivesoftware/smack/packet/Message.java
+++ b/source/org/jivesoftware/smack/packet/Message.java
@@ -66,9 +66,9 @@ import org.jivesoftware.smack.util.StringUtils;
*
*
* For each message type, different message fields are typically used as follows:
- *
- *
- * | Message type |
+ *
+ *
+ * | Message type |
* Field | Normal | Chat | Group Chat | Headline | Error |
* subject | SHOULD | SHOULD NOT | SHOULD NOT | SHOULD NOT | SHOULD NOT |
* thread | OPTIONAL | SHOULD | OPTIONAL | OPTIONAL | SHOULD NOT |