1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00

[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

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