From 857a2ec9c53955fe1496dc86355c450ba09d93c4 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Wed, 15 Jan 2003 00:30:12 +0000 Subject: [PATCH] Javadoc fixes. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1778 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/packet/Authentication.java | 4 ++-- source/org/jivesoftware/smack/packet/Message.java | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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
FieldNormalChatGroup ChatHeadlineError
subject SHOULDSHOULD NOTSHOULD NOTSHOULD NOTSHOULD NOT
thread OPTIONALSHOULDOPTIONALOPTIONALSHOULD NOT