[muc] Fix javadoc of MultiUserChat.getConfigurationForm()

This method no longer returns null.
This commit is contained in:
Florian Schmaus 2021-05-02 22:02:00 +02:00
parent 1fee87b24d
commit 6ec654ad1e
1 changed files with 2 additions and 2 deletions

View File

@ -822,8 +822,8 @@ public class MultiUserChat {
}
/**
* Returns the room's configuration form that the room's owner can use or <code>null</code> 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