From 613f4b388b7911acd781f3e3fca9448c2bb4da94 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 11 Mar 2004 15:43:43 +0000 Subject: [PATCH] Javdoc fix. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2242 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/packet/Message.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/org/jivesoftware/smack/packet/Message.java b/source/org/jivesoftware/smack/packet/Message.java index 6db15d73e..4e8b7acb2 100644 --- a/source/org/jivesoftware/smack/packet/Message.java +++ b/source/org/jivesoftware/smack/packet/Message.java @@ -58,11 +58,11 @@ import org.jivesoftware.smack.util.StringUtils; * Represents XMPP message packets. A message can be one of several types: * * * * For each message type, different message fields are typically used as follows: