mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Merge pull request #326 from adiaholic/bugFix
Return obtained XmlStringBuilder instead of null
This commit is contained in:
commit
d2f9617418
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class MediaElement implements FormFieldChildElement {
|
|||
xml.append(uris, xmlEnvironment);
|
||||
|
||||
xml.closeElement(this);
|
||||
return null;
|
||||
return xml;
|
||||
}
|
||||
|
||||
public MediaElement from(FormField formField) {
|
||||
|
|
Loading…
Reference in a new issue