From ae64b0ad4b795a8ec8c34ae1cb146e1cbb8c5225 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 17 Mar 2014 20:49:05 +0100 Subject: [PATCH] Fix javadoc in MUCInitialPresence.History --- .../jivesoftware/smackx/muc/packet/MUCInitialPresence.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCInitialPresence.java b/extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCInitialPresence.java index dd35206cb..a88e4783c 100644 --- a/extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCInitialPresence.java +++ b/extensions/src/main/java/org/jivesoftware/smackx/muc/packet/MUCInitialPresence.java @@ -26,14 +26,14 @@ import java.util.TimeZone; /** * Represents extended presence information whose sole purpose is to signal the ability of * the occupant to speak the MUC protocol when joining a room. If the room requires a password - * then the MUCInitialPresence should include one.

- * + * then the MUCInitialPresence should include one. + *

* The amount of discussion history provided on entering a room (perhaps because the * user is on a low-bandwidth connection or is using a small-footprint client) could be managed by * setting a configured History instance to the MUCInitialPresence instance. - * @see MUCInitialPresence#setHistory(MUCInitialPresence.History). * * @author Gaston Dombiak + * @see MUCInitialPresence#setHistory(MUCInitialPresence.History) */ public class MUCInitialPresence implements PacketExtension {