mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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
|
* Returns the room's configuration form that the room's owner can use.
|
||||||
* no configuration is possible. The configuration form allows to set the room's language,
|
* The configuration form allows to set the room's language,
|
||||||
* enable logging, specify room's type, etc..
|
* enable logging, specify room's type, etc..
|
||||||
*
|
*
|
||||||
* @return the Form that contains the fields to complete together with the instrucions or
|
* @return the Form that contains the fields to complete together with the instrucions or
|
||||||
|
|
Loading…
Reference in a new issue