From 6ec654ad1e26783abfb4982f46e97f57078dba97 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 2 May 2021 22:02:00 +0200 Subject: [PATCH] [muc] Fix javadoc of MultiUserChat.getConfigurationForm() This method no longer returns null. --- .../main/java/org/jivesoftware/smackx/muc/MultiUserChat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java index 3ac7e0e94..94ea0a590 100644 --- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java +++ b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java @@ -822,8 +822,8 @@ public class MultiUserChat { } /** - * Returns the room's configuration form that the room's owner can use or null if - * no configuration is possible. The configuration form allows to set the room's language, + * Returns the room's configuration form that the room's owner can use. + * The configuration form allows to set the room's language, * enable logging, specify room's type, etc.. * * @return the Form that contains the fields to complete together with the instrucions or