mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 22:02:06 +01:00
[muc] Fix javadoc of MultiUserChat.getConfigurationForm()
This method no longer returns null.
This commit is contained in:
parent
1fee87b24d
commit
6ec654ad1e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue